met.plot_ImpVar | R Documentation |
met.plot_ImpVar
is an internal function used by met.plot_PLS_Imp
to visualize the features' importance in the PLS-DA model.
met.plot_ImpVar(
mSetObj = NA,
imp.vec,
xlbl,
feat.num = 15,
color.BW = FALSE,
title = FALSE
)
mSetObj |
Input name of the created mSet object,
Data container after partial least squares-discriminant analysis ( |
imp.vec |
A vector of importan variables. |
xlbl |
The x-label |
feat.num |
(Numeric) Indicate the number of features to show in the plot. |
color.BW |
(Logical) |
title |
(Logical) |
The input mSet object with added plot object.
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
adapted from PlotImpVar
(https://github.com/xia-lab/MetaboAnalystR).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.