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.
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")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.