clustersDistance {FGNet} | R Documentation |
Plots the distances between metagroups taking into account the number of common genes.
clustersDistance(incidenceMatices, mgCols = NULL, clustMethod="average")
incidenceMatices |
Object returned by |
mgCols |
Colors for the metagroups. |
clustMethod |
Clustering method. Character string (i.e. "single", "complete", "average") for function |
Plot and distance matrix.
Full description of the package:
FGNet
## Not run: results <- fea_gtLinker_getResults(jobID=1963186, jobName="gtLinker_example") incidMatrices <- fea2incidMat(results) clustersDistance(incidMatrices) ## End(Not run)