Learn R Programming

tRanslatome (version 1.10.0)

SimilarityPlot: SimilarityPlotHelpfile

Description

This function displays in a barplot, for each GO ontology, the average semantic similarity value between GO terms showing enrichment at the first or at the second level of analysis.

Usage

SimilarityPlot(object, outputformat="on screen")

Arguments

object
an object of class GOsims
outputformat
a character string specifying if the plot is saved in jpeg (jpeg), postscript (postscript), pdf (pdf) format, or it is simply displayed on the screen(on screen). By default this value is on screen.

See Also

GOComparison GOsets GOsims

Examples

Run this code
data(tRanslatomeSampleData)
SimilarityPlot(CCComparison, outputformat="on screen")

Run the code above in your browser using DataLab