pruneFeatures | R Documentation |
Modifies the data slot of an AbundanceData object, to exclude features for which the provided predicate function returns FALSE.
pruneFeatures(object, predicate, verbose = c(TRUE, FALSE))
object |
AbundanceData |
predicate |
Function returning a boolean indicating if a feature should be included (TRUE) or excluded (FALSE) |
verbose |
boolean indicating if timed logging is desired |
AbundanceData with modified data slot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.