GO enrichment of miRNAs in WGCNA
1
0
Entering edit mode
7.1 years ago
msumaira36 ▴ 20

I am using wgcna to find hub miRNAs in cancer. I have successfully generated modules from my data. Problem is in GO enrichment of these modules. My code is:

allLLIDs = dbData[,1] 
##allLLIDs contains miRNA identifiers
GOenr = GOenrichmentAnalysis(moduleColors, allLLIDs, organism = "human", nBestP = 10);
Error : Error in labels[keepEC, , drop = FALSE] : subscript out of bounds

my miRNA identifiers are in form: hsa-miR-21 etc. Please help me in fixing this problem .. Thankyou..

wgcna GO enrichment • 2.4k views
ADD COMMENT
0
Entering edit mode

Gene Ontologies are not for micro RNAs. But you could select the GO of the genes those miRNA target to.

ADD REPLY
0
Entering edit mode

thankyou for your reply..

ADD REPLY
0
Entering edit mode
4.7 years ago

Use miRNAtap to identify the gene targets of the micro RNAs. Then use topGO and KEGGprofile to identify Gene Ontology (GO) terms and KEGG pathways that are statistically significantly enriched by these gene targets.

Kevin

ADD COMMENT

Login before adding your answer.

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