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

Download this file

28 lines (26 with data), 815 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}
\alias{get.diablo.top.loadings}
\title{Get a DIABLO loadings table}
\usage{
get.diablo.top.loadings(diablo.loadings, feature.count = 20)
}
\arguments{
\item{diablo.loadings}{Loadings from the trained 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 first, then second 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(diablo.tuned.analysis$loadings$metab)
}
}