AmpliconExperiment.
plot_abund_prevalence
(field, log=True, min_abund=0.01, alpha=0.5, linewidth=0.7, ax=None)[source]¶Plot abundance against prevalence.
Prevalence/abundance curve is a chart used to visualize the prevalence of OTUs. For each OTU, a curve was constructed measuring the percentage of a population that carries the OTU above a given abundance (normalized over the total abundance of the OTU). A steep curve indicates this OTU is shared prevalently among the population. If many OTUs show in steep curves, it indicates the population has a core set of microbes.
Y-axis: prevalence of the OTU that above the abundance threshold.
X-axis: abundance threshold.
As an example of this type of plot, please see Fig 1D in Clemente, J. C. et al. The microbiome of uncontacted Amerindians. Science Advances 1, e1500183 (2015).
Warning
This function is still less tested.
Parameters: |
|
---|---|
Returns: | The Axes object containing the plot. |
Return type: |