Radar {tRanslatome} | R Documentation |
Radar is a function that plots the top enriched GO terms for the first and second level of analysis in a radar plot. The number of terms to be displayed can be set.
Radar(object ,outputformat="on screen",n.nodes.1stlevel="5", n.nodes.2ndlevel="5",mult.cor=TRUE, ...)
object |
an object of class |
outputformat |
a character string specifying if the plot is saved in jpeg ( |
n.nodes.1stlevel |
a numeric value specifying the number of top enriched GO terms, from the first level, that will be represented on the plot. By default the value is set to |
n.nodes.2ndlevel |
a numeric value specifying the number of top enriched GO terms, from the second level, that will be represented on the plot. By default the value is set to |
mult.cor |
a boolean variable specifying whether the displayed significance values are multiple test corrected or the original p-values obtained from the selected enrichment method. By default it is set to |
... |
if the class of object is |
Toma Tebaldi, Erik Dassi, Galena Kostoska
EnrichedSets
RegulatoryEnrichment
GOsets
GOEnrichment
GOsims
data(tRanslatomeSampleData) Radar(CCEnrichment)