Diff of /man/nemo.num.clusters.Rd [000000] .. [494cbf]

Switch to unified view

a b/man/nemo.num.clusters.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/getNEMO.R
3
\name{nemo.num.clusters}
4
\alias{nemo.num.clusters}
5
\title{NEMO num clusters}
6
\usage{
7
nemo.num.clusters(W, NUMC = 2:15)
8
}
9
\arguments{
10
\item{W}{the affinity graph.}
11
12
\item{NUMC}{possible values for the number of clusters. Defaults to 2:15.}
13
}
14
\value{
15
the estimated number of clusters in the graph.
16
}
17
\description{
18
Estimates the number of clusters in an affinity graph.
19
}
20
\references{
21
Rappoport N, Shamir R (2019). NEMO: cancer subtyping by integration of partial multi-omic data. Bioinformatics, 35(18):3348-3356.
22
}
23
\author{
24
Nimrod Rappoport
25
}
26
\keyword{internal}