Text:
Increase font size
Decrease font size
SAME-clustering: Single-cell RNA-seq Aggregated clustering via Mixture model Ensemble
Getting Start with SAME-clustering
To get started, the R package can be downloaded from
here, and be installed from the unzipped file following the command:
  
install.packages("local_path/SAMEclustering/", repos = NULL, type = "sources")
Or it can be directly installed from GitHub
yycunc/SAMEclustering following the instruction.
After loading the package library, the examples of input expression matrix to SAMEclustering are easily to be set up by the command:
  
data("data_SAME")
Guided Analyses
In this tutorial, we will analyze two datasets: one from Zheng
et al. (Nature Communications, 2016) and the other from Biase
et al. (Genome Research, 2014). Zheng dataset contains 500 human peripheral blood mononuclear cells (PBMCs) sequenced using GemCode platform, which consists of three cell types, CD56+ natural killer cells, CD19+ B cells and CD4+/CD25+ regulatory T cells. The original data can be downloaded from
10X GENOMICS website. The Biase dataset has 49 mouse embryo cells, which were sequenced by SMART-Seq and can be found at
NCBI GEO:GSE57249.
A guided walkthrough of the two analyses are provided by
R markdown tutorial.
Tutorial for Previous Versions
Tutorials for SAMEclustering of old versions can be found
here.