Balance Summary
Visualize the distribution of a single balance and summarize its numerator
and denominator components.
Parameters
- table : FeatureTable[Frequency]
- A table of abundances.
- tree : Hierarchy
- The tree used to calculate the balances.
- taxonomy : FeatureData[Taxonomy]
- Taxonomy information for the OTUs.
- balance_name : Str
- Name of the balance to summarize.
- pseudocount : Float, optional
- The pseudocount to add to avoid division by zero.
- taxa_level : Int, optional
- Level of taxonomy to summarize.
- n_features : Int, optional
- The number of features to plot in the proportion plot.
- threshold : Float, optional
- A threshold to designate discrete categories for a numerical metadata
column. This will split the numerical column values into two
categories, values below the threshold, and values above the threshold.
If not specified, this threshold will default to the mean.
- metadata : MetadataColumn[Categorical | Numeric], optional
- Metadata column for plotting the balance (optional).
Returns
visualization : Visualization