View source: R/DeMixT_preprocessing.R
DeMixT_preprocessing | R Documentation |
DeMixT preprocessing in one go
DeMixT_preprocessing(
count.matrix,
normal.id,
tumor.id,
cutoff_normal_range = c(0.1, 1),
cutoff_tumor_range = c(0, 2.5),
cutoff_step = 0.2
)
count.matrix |
A matrix of raw expression count with |
normal.id |
A vector of normal sample ids |
tumor.id |
A vector of tumor sample ids |
cutoff_normal_range |
A vector of two numeric values, indicating the lower and upper bounds of standard deviation of log2 count matrix from the normal samples to subset. Default is c(0.2, 0.6) |
cutoff_tumor_range |
A vector of two numeric values, indicating the lower and upper bounds to search standard deviation of log2 count matrix from the normal samples to subset. Default is c(0.2, 0.6) |
cutoff_step |
A scatter value indicating the step size of changing cutoff_normal_range and cutoff_tumor_range to find a suitable subset of count matrix for downstream analysis |
processed count matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.