Science Score: 36.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
-
✓Committers with academic emails
2 of 3 committers (66.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Keywords from Contributors
Repository
Repository for the scDotPlot Bioconductor package
Basic Info
- Host: GitHub
- Owner: ben-laufer
- Language: R
- Default Branch: devel
- Homepage: https://bioconductor.org/packages/scDotPlot
- Size: 45.9 KB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
scDotPlot
Dot plots of single-cell RNA-seq data allow for an examination of the relationships between cell groupings (e.g. clusters) and marker gene expression. The scDotPlot package offers a unified approach to perform a hierarchical clustering analysis and add multiple annotations to the columns and/or rows of a scRNA-seq dot plot. It works with SingleCellExperiment and Seurat objects as well as data frames.
Installation
scDotPlot can be installed from Bioconductor:
``` r if (!requireNamespace("BiocManager", quietly = TRUE)){ install.packages("BiocManager") }
BiocManager::install("scDotPlot") ```
To install the development version directly from GitHub:
```r if(!requireNamespace("remotes", quietly = TRUE)){ install.packages("remotes") }
remotes::install_github("ben-laufer/scDotPlot") ```
Examples
See the package vignette.
Owner
- Name: Ben Laufer
- Login: ben-laufer
- Kind: user
- Location: San Francisco, CA
- Company: Genentech
- Website: https://benlaufer.com
- Twitter: laufer_ben
- Repositories: 2
- Profile: https://github.com/ben-laufer
Principal Scientist in the Department of OMNI Bioinformatics at Genentech.
GitHub Events
Total
- Issues event: 2
- Watch event: 7
- Issue comment event: 2
- Push event: 4
- Fork event: 1
- Create event: 2
Last Year
- Issues event: 2
- Watch event: 7
- Issue comment event: 2
- Push event: 4
- Fork event: 1
- Create event: 2
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ben Laufer | l****n@g****m | 9 |
| A Wokaty | a****y@s****u | 2 |
| J Wokaty | j****y@s****u | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: 1 day
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 2.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: 1 day
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 2.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- zhanzmr (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 2,938 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
bioconductor.org: scDotPlot
Cluster a Single-cell RNA-seq Dot Plot
- Homepage: https://github.com/ben-laufer/scDotPlot
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/scDotPlot/inst/doc/scDotPlot.pdf
- License: Artistic-2.0
-
Latest release: 1.2.1
published 11 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 4.4.0 depends
- BiocGenerics * imports
- Seurat * imports
- SingleCellExperiment * imports
- aplot * imports
- cli * imports
- dplyr * imports
- ggplot2 * imports
- ggsci * imports
- ggtree * imports
- grDevices * imports
- magrittr * imports
- purrr * imports
- rlang * imports
- scales * imports
- scater * imports
- stats * imports
- stringr * imports
- tibble * imports
- tidyr * imports
- AnnotationDbi * suggests
- SeuratObject * suggests
- knitr * suggests
- rmarkdown * suggests
- scRNAseq * suggests
- scran * suggests
- scuttle * suggests