Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
LICENSE 100644 34 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
README.md
# scBubbletree [![platform](http://www.bioconductor.org/shields/availability/devel/scBubbletree.svg)](https://www.bioconductor.org/packages/devel/bioc/html/scBubbletree.html#archives) [![](https://img.shields.io/badge/devel%20version-0.99.22-green.svg)](https://www.bioconductor.org/packages/scBubbletree) ## Overview Single cell RNA sequencing has revolutionized biological research by allowing 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, for instance, how can we perform *visual exploration* of this massive data in order to extract useful biological information from our scRNA-seq samples. scBubbletree was designed to overcome challenges associated with the rapid growth of the scale of scRNA-seq datasets, such as *overplotting*, and to accurately preserve the local and global structure of the data. The workflow of scBubbletree is easy-to-use and allows seamless integration with popular approaches for scRNA- seq data analysis. ## How to use scBubbletree scBubbletree is an R-package available from Bioconductor: https://bioconductor.org/packages/scBubbletree/ (coming soon) To install this package, start R and enter: ```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("scBubbletree") ``` Multiple case studies are provided in the directory /vignettes ## Workflow & output ![alt text](inst/extdata/logo.png)