Skip to content

ben-laufer/scDotPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

if (!requireNamespace("BiocManager", quietly = TRUE)){
      install.packages("BiocManager")
  }

BiocManager::install("scDotPlot")

To install the development version directly from GitHub:

if(!requireNamespace("remotes", quietly = TRUE)){
    install.packages("remotes")
  }

remotes::install_github("ben-laufer/scDotPlot")

Examples

See the package vignette.

About

Repository for the scDotPlot BioConductor package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages