Enrichment analysis specifically by topGO
2
0
Entering edit mode
7.8 years ago
Ram ▴ 190

Hello all,

I am having data frame in R with name of genes in one column and GO description in second column .

Is it possible to know how to get p-value as part of enrichment for each genes in third column .

So through TopGO I am getting different errors.

1 RALBP1 ATPase activity, coupled to movement of substances 2 RALBP1 Rac GTPase binding 3 RALBP1 Ral GTPase binding

Thanks a lot

R ChIP-Seq RNA-Seq • 2.8k views
ADD COMMENT
0
Entering edit mode

Take a look at this thread as to how to work programmtically in R

Have your tried to check the manual? You have to download the required db and then parse your list of genes as a vector and select the GO category and output the GO terms. The enrichment is Fisher test. Take a look at the manual from page 3

This R code is for Human micro-array data using topGO

There is also GOstats package which has the R code in this link that can do the enrichment and generate reports. Take a look

If you want GO enrichment pvalues you can use DAVID/EnrichR/ GOrilla/ Panther. They will give the number of genes enriched with also pvalue from the fisher test score. Just supply your gene list and put your desired species or even a background set of genes and perform GO enrichment.

There are many ways to perform this.

ADD REPLY
2
Entering edit mode
7.8 years ago
Guangchuang Yu ★ 2.6k

You can use clusterProfiler.

ADD COMMENT
1
Entering edit mode
7.8 years ago
EagleEye 7.5k

Why don't you try this tools which exactly does the same, Gene Set Clustering based on Functional annotation (GeneSCF)

ADD COMMENT
1
Entering edit mode

Ah yes I forgot to mention your new tool. Thanks for putting it.

ADD REPLY

Login before adding your answer.

Traffic: 2662 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