Skip to content

JEFworks/MUDAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUDAN

Multi-sample Unified Discriminant ANalysis

Build Status

(Fun fact: mudan 牡丹 means peony in Chinese)

Please note that MUDAN is still in active development and will likely see substantial changes in terms of its algorithms, data structure, and otherwise general functionalities in ways that may not be backwards compatible.


Motivation

To analyze multiple single-cell RNA-seq samples in a coherent manner in order to acheive joint annotation of cell types across patients, time-points, and batches.


Benefits and Capabilities

Enhanced visualizations

  • Detected clusters are artificially separated for visualization purposes only

Fast subpopulation detection and characterization

  • Graph-based community detection to identify subpopulations
  • Stability analysis to ensure transcriptionally distinct subpopulations
  • Differential gene expression and marker selection functionalities

Multi-sample clustering

  • Preserves variation observed in each sample
  • Ideal for when samples may differ in cell type composition

Please see the vignettes for more information


Install

require(devtools)
devtools::install_github("JEFworks/MUDAN")

Contributing

I welcome any bug reports, enhancement requests, and other contributions. To submit a bug report or enhancement request, please use the MUDAN GitHub issues tracker. For more substantial contributions, please fork this repo, push your changes to your fork, and submit a pull request with a good commit message.