scAnnotatR
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
2 of 5 committers (40.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.4%) to scientific vocabulary
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: grisslab
- License: other
- Language: R
- Default Branch: master
- Size: 165 MB
Statistics
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
scAnnotatR
The scAnnotatR package automatically classifies cells in scRNA-seq datasets. It is simple to use with a clear infrastructure to easily add additional cell type classification models. scAnnotatR support both Seurat and SingleCellExperiment objects as input.
Installation
You can install the latest version directly from GitHub using the devtools package:
```r
install devtools if needed
if (!require(devtools)) { install.packages("devtools") }
if (!require(scAnnotatR)) { install_github("grisslab/scAnnotatR") } ```
Help
The complete usage is shown in the vignettes:
- Basic classification of cells
- Basic training of a new cell classification model
- Training of child-celltype models
For more questions / feedback please simply post an Issue.
Citation
If you used scAnnotatR in your research, we would be grateful if you could cite the following manuscript:
Nguyen, V., Griss, J. scAnnotatR: framework to accurately classify cell types in single-cell RNA-sequencing data. BMC Bioinformatics 23, 44 (2022). https://doi.org/10.1186/s12859-022-04574-5
Owner
- Name: grisslab
- Login: grisslab
- Kind: organization
- Repositories: 3
- Profile: https://github.com/grisslab
GitHub Events
Total
- Watch event: 2
Last Year
- Watch event: 2
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| nttvy | t****n@m****t | 86 |
| Johannes Griss | j****8@y****m | 27 |
| Nitesh Turaga | n****a@g****m | 4 |
| J Wokaty | j****y@s****u | 2 |
| nttvy | n****2@g****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 14
- Total pull requests: 0
- Average time to close issues: 5 months
- Average time to close pull requests: N/A
- Total issue authors: 14
- Total pull request authors: 0
- Average comments per issue: 3.07
- Average comments per pull request: 0
- Merged pull requests: 0
- 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
- Gesmira (1)
- seb951 (1)
- Yijia-Jiang (1)
- RolantusdataExp (1)
- rdavis7559 (1)
- Yohan-Bosse-Lab (1)
- JH1606-code (1)
- reberya (1)
- MartaBenegas (1)
- SudoSchrodinger (1)
- saifsikdar (1)
- qindan2008 (1)
- lssb (1)
- antoine4ucsd (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 11,729 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
bioconductor.org: scAnnotatR
Pretrained learning models for cell type prediction on single cell RNA-sequencing data
- Homepage: https://github.com/grisslab/scAnnotatR
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/scAnnotatR/inst/doc/scAnnotatR.pdf
- License: MIT + file LICENSE
-
Latest release: 1.14.0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.1 depends
- Seurat * depends
- SingleCellExperiment * depends
- SummarizedExperiment * depends
- AnnotationHub * imports
- ROCR * imports
- ape * imports
- caret * imports
- data.tree * imports
- dplyr * imports
- e1071 * imports
- ggplot2 * imports
- kernlab * imports
- methods * imports
- pROC * imports
- stats * imports
- utils * imports
- knitr * suggests
- rmarkdown * suggests
- scRNAseq * suggests
- testthat * suggests