[e26484]: / OmicsFold / man / get.diablo.top.loadings.1comp.Rd

Download this file

28 lines (26 with data), 865 Bytes

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