pick_base | R Documentation |
Picks the base taxon to be used in divnet fit. If no taxon is detected in all samples, returns error; in this case, we recommend manually choosing a few taxa fairly abundant across samples and for each such taxon fitting divnet specifying this taxon as the base taxon.
pick_base(W, detection_cutoff = NULL, automatic_cutoff = FALSE)
W |
A taxon abundance matrix (taxa as columns) |
detection_cutoff |
The proportion of samples base taxon must be detected in. Default is NULL in which case base taxon must be detected in all samples unless automatic_cutoff is set to TRUE. |
automatic_cutoff |
Choose detection cutoff automatically? Default is FALSE. If TRUE, detection_cutoff will be set equal to the maximum proportion of samples any taxon is detected in. |
Amy Willis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.