Description Usage Arguments Details Value Author(s) Examples
Visualize results of GO analysis with moving window for transition patterns
1 | windowGOvisualize(GOres, GOTerm = NULL, topterm = 2, mode = "Heatmap")
|
GOres |
The direct output of windowGOanalysis function. |
GOTerm |
The name of GO term to be displayed. If NULL, top GO terms will be displayed instead |
topterm |
The number of top GO terms to be displayed. This argument only works when GOTerm is NULL. |
mode |
To plot in heatmap or line graph. Either "Heatmap" or "Line". |
This function is specifically designed to visualize the results obtained from windowGOanalysis function. Users can choose to visualize specific GO terms or top GO terms in each time window
A ggplot2 object.
Zhicheng Ji, Hongkai Ji <zji4@zji4.edu>
1 2 3 4 | library(topGO)
data(HSMMdata)
pattern <- pseudotimepattern(HSMMdata,pseudotime)
windowGOvisualize(windowGOanalysis(pattern,type="constant_up"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.