https://github.com/bioconductor-source/scbubbletree
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 (7.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- License: gpl-3.0
- Language: HTML
- Default Branch: devel
- Size: 60.1 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
scBubbletree
Overview
Single cell RNA sequencing allows us to interrogate the expression of thousands of genes at single cell resolution. The rapid growth of scRNA-seq data has also created an unique set of challenges: how do we visualize and extract useful biological information from the massive and high-dimensional scRNA-seq data?
scBubbletree is a scalable method for visualization of scRNA-seq data. The method identifies clusters of cells of similar transcriptomes and visualizes such clusters as “bubbles” at the tips of dendrograms (bubble trees), corresponding to quantitative summaries of cluster properties and relationships. scBubbletree stacks bubble trees with further cluster-associated information in a visually easily accessible way, thus facilitating quantitative assessment and biological interpretation of scRNA-seq data.
How to use scBubbletree
scBubbletree is an R-package available from Bioconductor:
https://bioconductor.org/packages/scBubbletree/
To install this package, start R and enter:
```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("scBubbletree") ```
Case studies are provided in the directory /vignettes
Workflow & output

Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
- R >= 4.2.0 depends
- BiocParallel * imports
- Seurat * imports
- ape * imports
- base * imports
- ggplot2 * imports
- ggtree * imports
- methods * imports
- patchwork * imports
- proxy * imports
- reshape2 * imports
- scales * imports
- stats * imports
- utils * imports
- BiocStyle * suggests
- SingleCellExperiment * suggests
- cluster * suggests
- knitr * suggests
- testthat * suggests