diff --git a/index.html b/index.html index 08b4c0c..d95bce8 100644 --- a/index.html +++ b/index.html @@ -359,14 +359,18 @@
spatialLIBD::run_app()
with an
appropriate set of arguments.
+For this human brain dataset composed of 3 Visium capture areas, the @@ -445,7 +451,7 @@
The source data described in this manuscript are available from Globus
+(jhpce#visiumStitched_brain
). This includes all the input
+FASTQ files as well as the outputs from SpaceRanger
.
Below is the citation output from using
citation('visiumStitched')
in R. Please run this yourself
to check for any updates on how to cite
visiumStitched.
print(citation("visiumStitched")[2], bibtex = TRUE)
-#> 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 <https://doi.org/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 <https://doi.org/10.1101/TODO>,
#> <https://www.biorxiv.org/content/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},
@@ -522,7 +535,6 @@ Cite spatialLIBD
#> url = {https://doi.org/10.1186/s12864-022-08601-w},
#> }
The code in this repository follows the organization from https://github.com/LieberInstitute/template_project following the guidelines from organizing-your-work.