Description Usage Arguments Details Value Examples
Plot the most significant components that come from isoPLSDA()
analysis together with the density of the samples scores along those components.
1 | isoPLSDAplot(pls, n = 2)
|
pls |
Output from |
n |
Number of components to plot. |
The function isoPLSDAplot
helps to visualize the results from isoPLSDA()
.
It will plot the samples using the
significant components (t1, t2, t3 ...) from the PLS-DA analysis and the
samples score distribution along the components.
It uses GGally::ggpairs()
for the plot.
GGally::ggpairs()
plot showing the scores
for each sample using isomiRs/miRNAs expression to explain
variation.
base::data.frame object with a first column refering to the sample group, and the following columns refering to the score that each sample has for each component from the PLS-DA analysis.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.