qc_pass | R Documentation |
Data filtering based on quality assurance in QC samples
qc_pass(x, y, tol = 0.3, thres = 0.4)
x |
A data matrix. |
y |
A character string with contents of "sample", "qc" and "blank". |
tol |
A torrance for quality assurance |
thres |
A threshold for quality assurance |
a list of with contents:
dat the filtered data matrix
idx a logical vector of index for keeping features.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.