Learn R Programming

FGNet (version 3.0.7)

clustersDistance: Plots distances between metagroups.

Description

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

Usage

clustersDistance(incidenceMatices, mgCols = NULL)

Arguments

incidenceMatices
Object returned by fea2incidMat().
mgCols
Colors for the metagroups.

Value

Plot and distance matrix.

See Also

Full description of the package: FGNet

Examples

Run this code
results <- fea_gtLinker_getResults(jobID=1963186, jobName="gtLinker_example")
incidMatrices <- fea2incidMat(results)
clustersDistance(incidMatrices)

Run the code above in your browser using DataLab