topGO use showSigOfNodes for non-topGO data? or: how to visualize GO graph from GOseq
2
1
Entering edit mode
9.1 years ago
tospo ▴ 50

The topGO package appears to have a function showSigOfNodes, which plots the GO graph and highlights the enriched terms. I have done my GO enrichment analysis with GOseq and that packages doesn't provide a plot function like that. Is there any way the function from topGO can be made to accept the data from GOseq?

If not, what else should be used? I know REVIGO and it's nice but it shows graphs based on semantic similarity, not the GO hierarchy.

Is there anything else available in R/bioconductor?

topGO bioconductor GOseq RNA-Seq R • 5.5k views
ADD COMMENT
4
Entering edit mode
8.9 years ago
pengchy ▴ 450

If you just want to view the hierarchy of the GO with provided GOids, you can have a try the combination of function makeGOGraph from package AnnotationDbi and plotGOTermGraph from GOstats.


UPDATE: 20170510

goIDs <- c("GO:0051130","GO:0019912","GO:0005783")
color <- c("lightblue","red","yellow")
pv <- c(0.0001,0.03,1e-10)

## get results
pp <- getAmigoTree(goIDs=goIDs,color=color,filename="example",picType="png",pvalues=pv)

The graph can be get from: http://pan.baidu.com/s/1c2lEkxy

ADD COMMENT
0
Entering edit mode

Another choice is RamiGO bioconductor package. But it need to visit AmiGO website.

ADD REPLY
1
Entering edit mode
9.1 years ago
andrew ▴ 560

To my knowledge there isn't anything directly available in bioconductor. AmiGO has some tools and I think they have an API. For our iPathwayGuide, we had to develop and create our own visualization tool that allows users to explore the GO graph. If you want to check it out, it's free to try. All you need is an experiment with Gene ID, logFC, and p-value and you can go forward.

Here's a screenshot of the GO analysis we provide.

screenshot of our GO analysis

ADD COMMENT

Login before adding your answer.

Traffic: 2127 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6