mv_filter_qc | R Documentation |
Data filtering based on "qc" missing values
mv_filter_qc(x, y, thres = 0.3)
x |
a data matrix. |
y |
a character string with contents of "sample", "qc" and "blank". |
thres |
threshold of missing values. Features less than this threshold will be kept. |
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.