Skip to content

Single-Cell chromatin Accessibility and gene Expression-based Clustering

Notifications You must be signed in to change notification settings

TheSallyGardens/scACE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scACE

Single-Cell chromatin Accessibility and gene Expression-based Clustering. A model-based approach that is specifically designed for single-cell genomic data and can jointly cluster single-cell chromatin accessibility and single-cell gene expression data.

Installation

You can install the released version of scACE from Github:

library(devtools)
devtools::install_github("cuhklinlab/scACE")

Main Functions

getClusterGibbs: Perform model-based clustering algorithm on single-cell genomic data using Markov Chain Monte Carlo (MCMC), jointly clustering single-cell chromatin accessibility and single-cell gene expression data.

update_all2: Perform model-based clustering algorithm on single-cell genomic data using expectation–maximization (EM) algorithm, jointly clustering sc-ATAC and sc-RNA data.

simData: Simulate single-cell genomic data by model-based approach, including single-cell chromatin accessibility and single-cell gene expression data for 2 clusters.

Example

Please refer to the vigenette with several examples for a quick guide to scACE package.

About

Single-Cell chromatin Accessibility and gene Expression-based Clustering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 55.2%
  • HTML 44.8%