View source: R/featureFiltering.R
filterNAs | R Documentation |
Filter out taxa that are unassigned at certain ranks
filterNAs(dataset = NULL, keepNAs = F, ranks = NULL, temp = F, silent = F)
dataset |
MicroVis dataset (mvdata object) |
keepNAs |
Logical telling whether or not to keep taxa that aren't assigned at the ranks specified |
ranks |
Any taxa that have an unknown assignment at this/these rank(s) will be filtered out. |
temp |
If set to TRUE, it tells processDataset() to NOT update the active dataset. |
silent |
Argument that is ultimately passed onto runSampleFilter(), runNormalization(), and runFeatureFilter(), telling them not to output any messages. |
MicroVis dataset (mvdata object) with an updated list of taxa to be removed because they were unassigned at specified ranks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.