Diff of /man/getIntNMF.Rd [000000] .. [494cbf]

Switch to unified view

a b/man/getIntNMF.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/getIntNMF.R
3
\name{getIntNMF}
4
\alias{getIntNMF}
5
\title{Get subtypes from IntNMF}
6
\usage{
7
getIntNMF(data = NULL, N.clust = NULL, type = rep("gaussian", length(data)))
8
}
9
\arguments{
10
\item{data}{List of matrices.}
11
12
\item{N.clust}{Number of clusters.}
13
14
\item{type}{Data type corresponding to the list of matrics, which can be gaussian, binomial or possion.}
15
}
16
\value{
17
A list with the following components:
18
19
        \code{fit}       an object returned by \link[IntNMF]{nmf.mnnals}.
20
21
        \code{clust.res} a data.frame storing sample ID and corresponding clusters.
22
23
        \code{mo.method} a string value indicating the method used for multi-omics integrative clustering.
24
}
25
\description{
26
This function wraps the IntNMF (Integrative Clustering via Non-negative Matrix Factorization) algorithm and provides standard output for `getMoHeatmap()` and `getConsensusMOIC()`.
27
}
28
\examples{
29
# There is no example and please refer to vignette.
30
}
31
\references{
32
Chalise P, Fridley BL (2017). Integrative clustering of multi-level omic data based on non-negative matrix factorization algorithm. PLoS One, 12(5):e0176278.
33
}