filterN | R Documentation |
Filter out rows with NA or low value
filterN(m, minS = 3, out = NA, impute = "none")
m |
A matrix-like object. |
minS |
A numeric, specifying the minimum proportion/number of values should be quantified for each row. |
out |
A vector, specifying low-quality values (NA and 0). |
impute |
Imputation method. |
A matrix with the same columns as input matrix.
Wubing Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.