Switch to unified view

a b/OmicsFold/man/find.feature.associations.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/sample_analysis.R
3
\name{find.feature.associations}
4
\alias{find.feature.associations}
5
\title{Extract and plot feature associations in a DIABLO model}
6
\usage{
7
find.feature.associations(diablo.tuned, block.count)
8
}
9
\arguments{
10
\item{block.count}{Number of blocks used in the model.}
11
12
\item{diablo}{Trained mixOmics multi-omics (DIABLO) model.}
13
}
14
\value{
15
Matrix including the association of all selected features across all
16
blocks. E.g. for a three block multi-omic model, this will include the top 20
17
features from each block, and so return a 60x60 covariance matrix.
18
}
19
\description{
20
Extract feature vs. feature association (mutual information) data for a
21
multi-omics mixOmics (DIABLO) model, and plot this as a heatmap. This is the
22
same data used to create the circos and network plots, but includes all
23
interactions for the top twenty features from each block.
24
}
25
\examples{
26
\dontrun{
27
find.feature.associations(diablo.trained.analysis, 3)
28
}
29
}