From cbdb00b1563d8a97faf8b3bf7eac584da6252258 Mon Sep 17 00:00:00 2001 From: Nick-Eagles Date: Wed, 24 Jul 2024 11:32:20 -0400 Subject: [PATCH] -Updated website with code/update_website.R --- index.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index d01dfe9..8fb590e 100644 --- a/index.html +++ b/index.html @@ -427,18 +427,17 @@

R Objects

## Download the spot-level data, which is a SpatialExperiment object spe <- spatialLIBD::fetch_data(type = "visiumStitched_brain_spe") -#> 2024-07-23 15:16:08.230051 loading file /Users/nick.eagles/Library/Caches/org.R-project.R/R/BiocFileCache/28927b0c9199_visiumStitched_brain_spe.rds%3Frlkey%3Dnq6a82u23xuu9hohr86oodwdi%26dl%3D1 +#> snapshotDate(): 2024-04-29 +#> 2024-07-24 11:32:12.458952 loading file /Users/nick.eagles/Library/Caches/org.R-project.R/R/BiocFileCache/28927b0c9199_visiumStitched_brain_spe.rds%3Frlkey%3Dnq6a82u23xuu9hohr86oodwdi%26dl%3D1 spe #> class: SpatialExperiment #> dim: 26369 13965 #> metadata(0): #> assays(1): logcounts -#> rownames(26369): ENSG00000238009 ENSG00000241860 ... ENSG00000278817 -#> ENSG00000277196 +#> rownames(26369): ENSG00000238009 ENSG00000241860 ... ENSG00000278817 ENSG00000277196 #> rowData names(7): source type ... gene_type gene_search -#> colnames(13965): AAACAACGAATAGTTC-1_V13B23-283_A1 -#> AAACAAGTATCTCCCA-1_V13B23-283_A1 ... TTGTTTGTATTACACG-1_V13B23-283_D1 -#> TTGTTTGTGTAAATTC-1_V13B23-283_D1 +#> colnames(13965): AAACAACGAATAGTTC-1_V13B23-283_A1 AAACAAGTATCTCCCA-1_V13B23-283_A1 ... +#> TTGTTTGTATTACACG-1_V13B23-283_D1 TTGTTTGTGTAAATTC-1_V13B23-283_D1 #> colData names(40): sample_id in_tissue ... precast_k4 precast_k8 #> reducedDimNames(1): PCA #> mainExpName: NULL @@ -459,10 +458,9 @@

Cite spatialLIBD

citation('spatialLIBD') in R. Please run this yourself to check for any updates on how to cite spatialLIBD.

print(citation("spatialLIBD")[1], bibtex = TRUE)
-#> Pardo B, Spangler A, Weber LM, Hicks SC, Jaffe AE, Martinowich K,
-#> Maynard KR, Collado-Torres L (2022). "spatialLIBD: an R/Bioconductor
-#> package to visualize spatially-resolved transcriptomics data." _BMC
-#> Genomics_. doi:10.1186/s12864-022-08601-w
+#> Pardo B, Spangler A, Weber LM, Hicks SC, Jaffe AE, Martinowich K, Maynard KR,
+#> Collado-Torres L (2022). "spatialLIBD: an R/Bioconductor package to visualize
+#> spatially-resolved transcriptomics data." _BMC Genomics_. doi:10.1186/s12864-022-08601-w
 #> <https://doi.org/10.1186/s12864-022-08601-w>,
 #> <https://doi.org/10.1186/s12864-022-08601-w>.
 #>