|
a |
|
b/OmicsFold/man/get.loadings.table.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/feature_loadings.R |
|
|
3 |
\name{get.loadings.table} |
|
|
4 |
\alias{get.loadings.table} |
|
|
5 |
\title{Get an sPLS-DA loadings table} |
|
|
6 |
\usage{ |
|
|
7 |
get.loadings.table(splsda.analysis) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{splsda.analysis}{Trained mixOmics sPLS-DA model} |
|
|
11 |
} |
|
|
12 |
\value{ |
|
|
13 |
Data frame including ordered loadings over the first two components |
|
|
14 |
of the model. Selected features are ordered by component one followed by |
|
|
15 |
component two, and then from highest to lowest (in absolute terms). |
|
|
16 |
} |
|
|
17 |
\description{ |
|
|
18 |
Get a dataframe indicating the loading factors for a trained mixOmics sPLS-DA |
|
|
19 |
model. Limited to two components. |
|
|
20 |
} |
|
|
21 |
\examples{ |
|
|
22 |
\dontrun{ |
|
|
23 |
get.loadings.table(splsda.analysis) |
|
|
24 |
} |
|
|
25 |
} |