filter_joint_zeros | R Documentation |
Return a vector indicating whether the frequency of 0-0 observations for a given taxon pair is less than some threshold
filter_joint_zeros(counts, threshold_and = 0.05, threshold_or = 0.5)
counts |
taxon-by-sample count matrix |
threshold_and |
ceiling on the proportion of allowable joint zero (0-0) observations for a given pair of taxa |
threshold_or |
ceiling on the proportion of allowable combined zero and non-zero observations for a given pair of taxa |
logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.