View source: R/featureFiltering.R
findSigFisher | R Documentation |
Run Fisher test on features that are labeled for filtering. This test is run on presence-absence data and not abundance data.
findSigFisher(dataset, fts, lowabun_thresh = 0, silent = F)
dataset |
MicroVis dataset (mvdata object) |
fts |
List of features to test. |
lowabun_thresh |
Abundance value above which a feature is considered to be present in a given sample. |
silent |
Argument that is ultimately passed onto runSampleFilter(), runNormalization(), and runFeatureFilter(), telling them not to output any messages. |
List of features that had a statistically significant Fisher test when performed across the subsetted groups of the active factor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.