From 04ee982d64c30a4e68bca1f87cedc331ec418c68 Mon Sep 17 00:00:00 2001 From: dcollins15 Date: Wed, 8 May 2024 16:17:46 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20satijala?= =?UTF-8?q?b/seurat-object@58bf437fe058dd78913d9ef7b48008a3e24a306a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgdown.yml | 2 +- reference/SaveSeuratRds.html | 4 ++-- reference/dot-GetMethod.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgdown.yml b/pkgdown.yml index 276cb507..0e086534 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.0.9 pkgdown_sha: ~ articles: {} -last_built: 2024-05-08T16:13Z +last_built: 2024-05-08T16:16Z urls: reference: https://mojaveazure.github.io/seurat-object/reference article: https://mojaveazure.github.io/seurat-object/articles diff --git a/reference/SaveSeuratRds.html b/reference/SaveSeuratRds.html index 7253ae0e..8c42a8a2 100644 --- a/reference/SaveSeuratRds.html +++ b/reference/SaveSeuratRds.html @@ -198,8 +198,8 @@

Examples

#> Warning: Matrix compression performs poorly with non-integers. #> Consider calling convert_matrix_type if a compressed integer matrix is intended. #> This message is displayed once every 8 hours. -#> Warning: Trying to move ‘/tmp/Rtmp2WPcBO/file69b6280caadc’ to itself, skipping -#> Warning: Trying to move ‘/tmp/Rtmp2WPcBO/file69b67c734ee9.h5’ to itself, +#> Warning: Trying to move ‘/tmp/Rtmp9JloTw/file1cb0196e2d4f’ to itself, skipping +#> Warning: Trying to move ‘/tmp/Rtmp9JloTw/file1cb03b05b83e.h5’ to itself, #> skipping #> Assay (v5) data with 230 features for 80 cells #> First 10 features: diff --git a/reference/dot-GetMethod.html b/reference/dot-GetMethod.html index 3b917b29..5ebdddde 100644 --- a/reference/dot-GetMethod.html +++ b/reference/dot-GetMethod.html @@ -81,7 +81,7 @@

Examples

.GetMethod('t', 'Matrix')
 #> function (x) 
 #> .Internal(t.default(x))
-#> <bytecode: 0x564f0b979e08>
+#> <bytecode: 0x55e5fad1a670>
 #> <environment: namespace:base>
 .GetMethod('t', 'data.frame')
 #> function (x) 
@@ -89,7 +89,7 @@ 

Examples

#> x <- as.matrix(x) #> NextMethod("t") #> } -#> <bytecode: 0x564f13cfe568> +#> <bytecode: 0x55e6030b38b0> #> <environment: namespace:base>