Skip to content

scBubbletree: quantitative tool for visual exploration of scRNA-seq data

License

Notifications You must be signed in to change notification settings

snaketron/scBubbletree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("scBubbletree")

Case studies are provided in the directory /vignettes

Workflow & output

alt text

Releases

No releases published

Packages

No packages published

Languages