View source: R/pre_treat_Dcancer.R
pre_treat_Dcancer | R Documentation |
pre_treat_Dcancer
pretreat the Dcancer matrix to remove genes with
a negative expression and samples with a proportion of cancer cells under
prop_cancer_threshold
.
pre_treat_Dcancer(Dcancer, A_cancer, prop_cancer_threshold = 0.1)
Dcancer |
The matrix of gene expression in each cancer sample. |
A_cancer |
A vector with the cancer cell proportion in each sample. |
prop_cancer_threshold |
The minimum proportion of cancer cells needed to keep the sample. |
The Dcancer matrix without negative expression and samples with a
cancer proportion under prop_cancer_threshold
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.