View source: R/preprocessing.R
defineControls | R Documentation |
Definition of negative and positive control miRNAs for DANA normalization assessment
defineControls(raw, tZero, tPoor, tWell, clusters)
raw |
Raw read count matrix (rows = genes, cols = samples). The matrix rows and columns must be named, with rownames=miRNAs and colnames=samples. |
tZero |
Lower (read count) bound for the definition of negative controls. |
tPoor |
Upper (read count) bound for the definition of negative controls. |
tWell |
Lower (read count) bound for the definition of positive controls. |
clusters |
Named Vector of clusters. Associates each miRNA
in |
List of two vectors:
Vector of positive control markers (miRNAs) in raw
.
Vector of negative control markers (miRNAs) in raw
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.