Description Usage Arguments Value See Also Examples
View source: R/3_clustersDistance.R
Plots the distances between metagroups taking into account the number of common genes.
1 | 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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.