https://github.com/christinehou11/humanhippocampus2024
Access to spatial HPC project data
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.2%) to scientific vocabulary
Keywords
Repository
Access to spatial HPC project data
Basic Info
- Host: GitHub
- Owner: christinehou11
- Language: R
- Default Branch: main
- Homepage: https://christinehou11.github.io/humanHippocampus2024/
- Size: 1.64 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
humanHippocampus2024
Welcome to the humanHippocampus2024 package!
This package helps to access the spatially-resolved transcriptomics (SRT) and single-nucleus RNA-sequencing (snRNA-seq) data from adjacent tissue sections of the anterior human hippocampus across ten adult neurotypical donors generated by Lieber Institute for Brain Development (LIBD) researchers and collaborators.
Installation
Please use R (version "4.4") and Bioconductor 3.20 then enter:
``` r if (!requireNamespace("BiocManager", quietly = TRUE)) { install.packages("BiocManager") }
BiocManager::install("humanHippocampus2024")
Check that you have a valid Bioconductor installation
BiocManager::valid() ```
The development version can be installed from GitHub:
r
install.packages("remotes")
remotes::install_github("christinehou11/humanHippocampus2024")
Please read Introduction to humanHippocampus2024 for detailed descriptions and tutorials.
Data Specifics
spe.rda: (speobject) SpatialExperiment with spatially-resolved transcriptomics (SRT) from adjacent tissue sections of the anterior human hippocampus across ten adult neurotypical donors usng 10x Genomics Visium, generated at the Lieber Institute for Brain Development (LIBD)sce.rda: (sceobject) SingleCellExperiment with single-nucleus RNA-sequencing (snRNA-seq) from adjacent tissue sections of the anterior human hippocampus across ten adult neurotypical donors usng 10x Genomics Visium, generated at the Lieber Institute for Brain Development (LIBD)
Code of Conduct
Please note that the humanHippocampus2024 project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Owner
- Login: christinehou11
- Kind: user
- Repositories: 1
- Profile: https://github.com/christinehou11
GitHub Events
Total
- Push event: 11
- Create event: 1
Last Year
- Push event: 11
- Create event: 1
Dependencies
- JamesIves/github-pages-deploy-action releases/v4 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/upload-artifact master composite
- docker/build-push-action v4 composite
- docker/login-action v2 composite
- docker/setup-buildx-action v2 composite
- docker/setup-qemu-action v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- R >= 4.4 depends
- AnnotationHubData * suggests
- BiocStyle * suggests
- ExperimentHub * suggests
- RefManageR * suggests
- SpatialExperiment * suggests
- SummarizedExperiment * suggests
- knitr * suggests
- rmarkdown * suggests
- sessioninfo * suggests
- testthat >= 3.0.0 suggests