clusterModularity {scran}R Documentation

Compute the cluster-wise modularity

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 bluster package as pairwiseModularity.

Usage

clusterModularity(...)

Arguments

...

Arguments to pass to pairwiseModularity.

Value

See ?pairwiseModularity for more details.

Author(s)

Aaron Lun

See Also

pairwiseModularity, the new name for this function.


[Package scran version 1.18.7 Index]