A chord plot for miRNA IDs by GOplot package
1
0
Entering edit mode
2.8 years ago

Dear all,

I hope all of you be fine and healthy.

I want to create a chord plot by GOplot package. My input data includes miRNA IDs. After performing the subsequent command, I encounter the following error:

chord <- chord_dat(circ, genes, process)
Error in `[<-`(`*tmp*`, g, p, value = ifelse(M[g] %in% sub2$genes, 1,  : 
  subscript out of bounds

I guess the input data must be gene symbols (not miRNA IDs). Is it right?

I would be grateful if you could guide me to resolve it.

IDs GOplot R package miRNA plot chord • 1.0k views
ADD COMMENT
0
Entering edit mode

To reproduce the error, could you share a slice of the data and code you used?

ADD REPLY
0
Entering edit mode
2.3 years ago

I suspect that you encounter this error because the selection "genes" that you are supplying does not match with the IDs provided in the "circ" object. This could be because of different ID types (Gene name vs Ensembl) or differences in the formatting (Ace vs ACE).

ADD COMMENT

Login before adding your answer.

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