diff --git a/README.md b/README.md index 3009256..b9ef3ff 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ stopifnot(packageVersion("spatialLIBD") >= "1.17.8") ## Download the spot-level data, which is a SpatialExperiment object spe <- spatialLIBD::fetch_data(type = "visiumStitched_brain_spe") -#> 2024-07-26 18:36:29.721855 loading file /Users/leocollado/Library/Caches/org.R-project.R/R/BiocFileCache/154352e7328f0_visiumStitched_brain_spe.rds%3Frlkey%3Dnq6a82u23xuu9hohr86oodwdi%26dl%3D1 +#> 2024-07-31 12:06:58.719486 loading file /Users/leocollado/Library/Caches/org.R-project.R/R/BiocFileCache/154352e7328f0_visiumStitched_brain_spe.rds%3Frlkey%3Dnq6a82u23xuu9hohr86oodwdi%26dl%3D1 ## Explore the stitched data spe @@ -136,16 +136,17 @@ print(citation("visiumStitched"), bibtex = TRUE) #> doi = {10.18129/B9.bioc.visiumStitched}, #> } #> -#> Eagles NJ, Bach S, Tippani M, Du Y, Miller RA, Hyde TM, Page SC, -#> Martinowich K, Collado-Torres L (2024). "visiumStitched." _bioRxiv_. -#> doi:10.1101/TODO , +#> Eagles NJ, Bach S, Tippani M, Ravichandran P, Du Y, Miller RA, Hyde +#> TM, Page SC, Martinowich K, Collado-Torres L (2024). +#> "visiumStitched." _bioRxiv_. doi:10.1101/TODO +#> , #> . #> #> A BibTeX entry for LaTeX users is #> #> @Article{, #> title = {visiumStitched}, -#> author = {Nicholas J. Eagles and Svitlana Bach and Madhavi Tippani and Yufeng Du and Ryan A. Miller and Thomas M. Hyde and Stephanie C. Page and Keri Martinowich and Leonardo Collado-Torres}, +#> author = {Nicholas J. Eagles and Svitlana Bach and Madhavi Tippani and Prashanthi Ravichandran and Yufeng Du and Ryan A. Miller and Thomas M. Hyde and Stephanie C. Page and Keri Martinowich and Leonardo Collado-Torres}, #> year = {2024}, #> journal = {bioRxiv}, #> doi = {10.1101/TODO}, diff --git a/inst/CITATION b/inst/CITATION index 36d4173..6646e92 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -23,6 +23,7 @@ c( as.person("Nicholas J. Eagles"), as.person("Svitlana Bach"), as.person("Madhavi Tippani"), + as.person("Prashanthi Ravichandran"), as.person("Yufeng Du"), as.person("Ryan A. Miller"), as.person("Thomas M. Hyde"),