Switch to unified view

a b/OmicsFold/man/get.diablo.top.loadings.1comp.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/feature_loadings.R
3
\name{get.diablo.top.loadings.1comp}
4
\alias{get.diablo.top.loadings.1comp}
5
\title{Get top loadings for a single component DIABLO model}
6
\usage{
7
get.diablo.top.loadings.1comp(diablo.loadings, feature.count = 20)
8
}
9
\arguments{
10
\item{diablo.loadings}{DIABLO loadings for a single component model.}
11
12
\item{feature.count}{The number of top loadings from each component to
13
include.}
14
}
15
\value{
16
A data frame containing the top (by absolute magnitude) factor
17
loadings for the single component, ordered by absolute weight.
18
}
19
\description{
20
Get a dataframe indicating the top ranking loading factors for a trained
21
mixOmics multi-omics DIABLO model for a provided block from the model.
22
}
23
\examples{
24
\dontrun{
25
get.diablo.top.loadings.1comp(diablo.tuned.analysis$loadings$metab)
26
}
27
}