File: clusterModularity.Rd

package info (click to toggle)
r-bioc-scran 1.18.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,856 kB
  • sloc: cpp: 960; sh: 13; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/clusterModularity.R
\name{clusterModularity}
\alias{clusterModularity}
\title{Compute the cluster-wise modularity}
\usage{
clusterModularity(...)
}
\arguments{
\item{...}{Arguments to pass to \code{\link{pairwiseModularity}}.}
}
\value{
See \code{?\link{pairwiseModularity}} for more details.
}
\description{
Calculate the modularity of each cluster from a graph, based on a null model of random connections between nodes.
This function has been moved to the \pkg{bluster} package as \code{\link{pairwiseModularity}}.
}
\seealso{
\code{\link{pairwiseModularity}}, the new name for this function.
}
\author{
Aaron Lun
}