labxscut / CCNMF

Other
0 stars 0 forks source link

CCNMF

Overview

Coupled-Clone Nonnegative Matrix Factorization (CCNMF) is a method for joint inference of clonal structure using paired Single-cell DNA-Seq and RNA-Seq data. The framework is based on optimizing an objective function that maximizes clone structure coherence between single-cell gene expression and copy number profiles, in which the two profiles are coupled by the dosage effect. The coupling dosage effect can be estimated prior either by a linear regression model using publicly available paired RNA and DNA bulk sequencing data (TCGA), or by using an uninformative prior. The workflow in CCNMF is illustrated in the figure below.

Installation

install.packages('devtools')
devtools::install_github("labxscut/CCNMF")

Analyze gastric cancer NCI-N87 cell line

Raw data

Preprocess data

Run CCNMF


Analyze primary gastric cancer P5931

Preprocess data

Run CCNMF


Simulation

Generate simulated paired scDNA and scRNA

Reference

Xiangqi Bai, Zhana Duren, Lin Wan, and Li C. Xia. Joint Inference of Clonal Structure using Single-cell Genome and Transcriptome Sequencing Data NAR Genomics and Bioinformatics

Contact

xiangqi@stanford.edu and lcxia@scut.edu.cn.