Description Usage Arguments Value See Also
View source: R/rich_loadings.R
The user need to be at the end of mixOmics pipeline.
1 2 3 4 5 6 7 8 9 10 11 12 |
PSOBJ |
A phyloseq object. |
format |
"last" if only the deepest taxonomic characterization is needed. "long" if all taxonomic levels are needed. "short" if last 2 known taxonomic levels are needed. "none" for the SV/OTU number only. |
data.splsda |
A sPLS-DA object from mixomics. |
Y_name |
A character string indicating which is the variable associated with component specified. Must be a dicothomous variable. |
component |
A character string containing sPLS-DA's component name. |
n_top |
An integer number indicating how many top associated features to keep. (Default = 15) |
sample_name |
A character string indicating which is the variable with sample names. |
offset |
A value indicating the amount of justification from axis for possible plots. (Default = 0.005) |
order |
A boolean value indicating if the loadings should be separately ordered by positives and negatives (Default = TRUE). If FALSE loadings are ordered using their absolute value. |
facet_formula |
A formula for facetting (default is NULL). |
The function plots heatmap for n_top
features in rows and samples in columns.
HotLoadings.plot_loadings_long
or HotLoadings.plot_loadings
to plot loadings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.