--- a +++ b/OmicsFold/man/get.diablo.top.loadings.Rd @@ -0,0 +1,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) +} +}