Skip to content

Lululuella/CAMTHC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAMTHC

The goal of CAMTHC is to perform computational deconvolution for tissue heterogeneity characterization. It provides basic functions for unsupervised deconvolution on mixture expression profiles by CAM and some auxiliary functions to help understand the subpopulation-specific results. CAMTHC also implements functions to perform supervised deconlution based on prior knowledge of molecular markers, S matrix or A matrix. Semi-suprvised deconvolution can also be achieved by combining molecular markers from CAM and from prior knowledge to analyze mixture expressions.

Installation

You can install the latest version of CAMTHC following the instructions in CAMTHC's bioconductor page: http://bioconductor.org/packages/CAMTHC.

Or, you can install it from github by

devtools::install_github("Lululuella/CAMTHC")

Example

This is a basic example which shows you how to decompose a data matrix by CAM:

## specify the range of underlying subpopulation number
rCAM <- CAM(data, K = 2:5)

About

Convex Analysis of Mixtures for Tissue Heterogeneity Characterization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors