|
a |
|
b/man/nemo.clustering.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/getNEMO.R |
|
|
3 |
\name{nemo.clustering} |
|
|
4 |
\alias{nemo.clustering} |
|
|
5 |
\title{NEMO clustering} |
|
|
6 |
\usage{ |
|
|
7 |
nemo.clustering(omics.list, num.clusters = NULL, num.neighbors = NA) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{omics.list}{A list of the data to be clustered, where each an entry is a matrix of features x samples.} |
|
|
11 |
|
|
|
12 |
\item{k}{The number of neighbors to use for each omic. It can either be a number, a list of numbers |
|
|
13 |
or NA. If it is a number, this is the number of neighbors used for all omics. If this is a list, |
|
|
14 |
the number of neighbors are taken for each omic from that list. If it is NA, each omic chooses the |
|
|
15 |
number of neighbors to be the number of samples divided by NUM.NEIGHBORS.RATIO.} |
|
|
16 |
} |
|
|
17 |
\value{ |
|
|
18 |
A single matrix measuring similarity between the samples across all omics. |
|
|
19 |
} |
|
|
20 |
\description{ |
|
|
21 |
Performs multi-omic clustering on a datset using the NEMO algorithm. |
|
|
22 |
Uses nemo.num.clusters to estimate the number of clusters. |
|
|
23 |
} |
|
|
24 |
\references{ |
|
|
25 |
Rappoport N, Shamir R (2019). NEMO: cancer subtyping by integration of partial multi-omic data. Bioinformatics, 35(18):3348-3356. |
|
|
26 |
} |
|
|
27 |
\author{ |
|
|
28 |
Nimrod Rappoport |
|
|
29 |
} |
|
|
30 |
\keyword{internal} |