https://github.com/bioconductor-source/scbubbletree

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
Last synced: 10 months ago · JSON representation

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
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

scBubbletree

platform release

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

alt text

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • 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