DEPTH | R Documentation |
DEPTH
DEPTH evaluates the tumor heterogeneity level of each tumor sample based on gene expression profiles Heterogeneity score vignette.
DEPTH(exp, match)
exp |
gene expression profiles in both tumor and normal samples (microarray or RNA-Seq data, log2 transformed is recommended). DEPTH function support 2 kind of datasets: 1) if the "exp" dataset has normal samples and tumor samples, we can caculate the heterogeneity score with both normal samples and tumor samples. 2) else if the "exp" dataset only has tumor samples, we can caculate the heterogeneity score by with tumor samples. |
match |
samples in "exp" denoted by "Tumor" or "Normal". |
DEPTH evaluates the tumor heterogeneity level of each tumor sample based on gene expression profiles.
A matrix with 2 columns:
Sample |
Tumor samples to be predicted. |
heterogeneity score |
The heterogeneity score of each sample. |
Xiaosheng Wang <xiaosheng.wang@cpu.edu.cn>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.