https://github.com/alleninstitute/tasic2016data
Single cell transcriptomic data from Tasic, et al. (2016)
Science Score: 54.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
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: ncbi.nlm.nih.gov -
✓Committers with academic emails
2 of 3 committers (66.7%) from academic institutions -
✓Institutional organization owner
Organization alleninstitute has institutional domain (alleninstitute.org) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.1%) to scientific vocabulary
Keywords
Repository
Single cell transcriptomic data from Tasic, et al. (2016)
Basic Info
Statistics
- Stars: 9
- Watchers: 14
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
tasic2016data
Data from Tasic, et al., Nature Neuroscience (2016).
Overview
This package is intended as a convenient way to load the scRNA-seq dataset published in Tasic, et al. (2016) in R for analysis.
It contains data for all cells released on GEO for this article, deposited at accession GSE71585
There are only 3 data objects in this package, and no functions. They are:
tasic_2016_anno: A data.frame with annotations for each sample. See ?tasic_2016_anno for descriptions of each column.
tasic_2016_counts: A matrix of read counts from RSEM analysis for each gene used in Tasic, et al. (2016).
tasic_2016_fpkm: A matrix of FPKM values for each gene used in Tasic, et al. (2016).
Installation
The package can be installed from Github using the devtools package:
r
devtools::install_github("AllenInstitute/tasic2016data")
Once installed, the dataset will be placed in the user's R LazyLoad database, and can be easily retrieved:
```r library(tasic2016data)
annotations <- tasic2016anno counts <- tasic2016counts ```
Getting clustered samples
Note that this dataset has all cells from GSE71585, including those that failed QC, those from retrograde virus injections, and those that fell into outlier clusters.
To obtain the set of cells that was used for clustering in Tasic, et al. (2016), you can filter annotations on the coreintermediate and credriver_1 columns
r
clustered_samples <- tasic_2016_anno$core_intermediate != "unclassified" & tasic_2016_anno$cre_driver_1 != "CAV2-Cre"
clustered_anno <- tasic_2016_anno[clustered_samples, ]
clustered_counts <- tasic_2016_counts[, clustered_anno$sample_name]
Citation
If you use this package, please cite the original publication, Tasic, et al. (2016). Details can be found using
r
citation("tasic2016data")
License
The license for this package is available on Github at: https://github.com/AllenInstitute/tasic2016data/blob/master/LICENSE
Support
We are not currently supporting this code, but simply releasing it to the community AS IS but are not able to provide any guarantees of support. The community is welcome to submit issues, but you should not expect an active response.
Owner
- Name: Allen Institute
- Login: AllenInstitute
- Kind: organization
- Location: Seattle, WA
- Website: https://alleninstitute.org
- Repositories: 184
- Profile: https://github.com/AllenInstitute
Please visit http://alleninstitute.github.io/ for more information.
GitHub Events
Total
Last Year
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Lucas Gray | s****t@g****m | 15 |
| Adriana | a****s@a****g | 2 |
| Emir Turkes | e****s@b****u | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 1 hour
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- eturkes (1)