View source: R/filter_features.R
filter_features | R Documentation |
Takes a table of features (samples are columns) and remove features that do not appear at in at least X samples OR do not have at least Y reads.
filter_features(features, minsamples, minreads, verbose)
features |
Table of feature/OTU/ASV counts where Samples are columns and feature IDs are row names |
minsamples |
A minimum number of samples (>=) for the feature/OTU/ASV to be observed in. (Default=2) |
minreads |
A minimum number of reads (>=) for a feature/OTU/ASV to be kept across all samples. (Default=2) |
verbose |
Should summary be printed? (T/F) |
filtered feature table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.