diff --git a/pkgdown.yml b/pkgdown.yml index 36f534bc..1e7b39e2 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 2.19.2 pkgdown: 2.0.7 pkgdown_sha: ~ articles: {} -last_built: 2023-11-18T00:50Z +last_built: 2023-11-18T00:55Z 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 9a7d52ab..1b928a0a 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/RtmpZxTHvg/file6b0d450e9e1b’ to itself, skipping -#> Warning: Trying to move ‘/tmp/RtmpZxTHvg/file6b0d37fccdbc.h5’ to itself, +#> Warning: Trying to move ‘/tmp/RtmpGijkTQ/file1e171643ec89’ to itself, skipping +#> Warning: Trying to move ‘/tmp/RtmpGijkTQ/file1e1749d2c52f.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 48ba5f2b..6b9d78ad 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: 0x55b3f2ecae10>
+#> <bytecode: 0x55da8efaf990>
 #> <environment: namespace:base>
 .GetMethod('t', 'data.frame')
 #> function (x) 
@@ -89,7 +89,7 @@ 

Examples

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