View source: R/find_good_samples.r
find_good_samples | R Documentation |
Find good samples
find_good_samples(x, min_counts)
x |
Abundance matrix with samples as columns |
min_counts |
Minimum count per sample to keep |
A boolean vector specifying which samples to keep
Sur Herrera Paredes
mat <- matrix(rep(c(2,0,1),each = 10), ncol = 3) mat[ , find_good_samples(mat, 1)]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.