Description Usage Arguments Value Examples
This function calculates the immunoglobulin A (IgA) Index as defined in Kau et al. (2015, doi: 10.1126/scitranslmed.aaa4877) for a single taxon in a single sample.
1 |
posabund |
The abundance of the bacteria in the IgA positive/high fraction (abundances should sum to 1 not as a %). |
negabund |
The abundance of the bacteria in the IgA negative/low fraction (abundances should sum to 1 not as a %). |
pseudo |
Pseudo count added to both the IgA positive and negative fraction values prior to calculation. Defaults to 1e-5. Recommend setting to minimum observed abundance in whole dataset. |
nazeros |
Return NA if the pos and neg abundances are both zero. Default is TRUE. |
A numeric value for the Kau index as defined in Kau et al. (2015, doi: 10.1126/scitranslmed.aaa4877).
1 | kauindex(posabund=0.1,negabund=0.2,pseudo=0.0002)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.