This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Converting REFSeq IDs to Entrez IDs for KEGG analysis - "geneid of incorrect length"?

I have a list of REFSeq IDs from RNA seq and differential expression analysis. I want to run this through KEGG so I can see which pathways are up or down regulated.

For kegga() in R I need to convert these to Entrez IDs. I've used Biomart, but the output that I get has a different number of IDs to my original dataset. So, when I try and run kegga(), I get this error:

Error in kegga.MArrayLM(data, species = "Mm", geneid = gene_list$ID) : 
  geneid of incorrect length

Is this because there are non-coding RNAs in my REFSeq dataset? How can I fix this problem so I can do my pathway analysis?

Answers are greatly appreciated!

r rna-seq kegg deseq edger

Can you provide more information? Is there any missing value in the ID column?

0 answers

No answers yet.

Log in to answer this question.