clustersDistance: Plots distances between metagroups.

Description Usage Arguments Value See Also Examples

View source: R/3_clustersDistance.R

Description

Plots the distances between metagroups taking into account the number of common genes.

Usage

1
clustersDistance(incidenceMatices, mgCols = NULL, clustMethod="average")

Arguments

incidenceMatices

Object returned by fea2incidMat().

mgCols

Colors for the metagroups.

clustMethod

Clustering method. Character string (i.e. "single", "complete", "average") for function hclust() (argument 'method').

Value

Plot and distance matrix.

See Also

Full description of the package: FGNet

Examples

1
2
3
4
5
6
## Not run: 
results <- fea_gtLinker_getResults(jobID=1963186, jobName="gtLinker_example")
incidMatrices <- fea2incidMat(results)
clustersDistance(incidMatrices)

## End(Not run)

FGNet documentation built on Nov. 8, 2020, 5:43 p.m.