RNA-Seq Pathway analysis in C. elegans, Gene name conversion issues
1
0
Entering edit mode
7.3 years ago
JPreston ▴ 10

Hi,

I want to do a KEGG pathway analysis with C. elegans data using Pathview/Gage in R. I've done this previously with mouse data, using this great tutorial: http://www.gettinggeneticsdone.com/2015/12/tutorial-rna-seq-differential.html

However C. elegans isn't one of the 4 supported genomes that allow the "data(kegg.sets.hs)" command.

I've found that the following commands can give me KEGG sets for C.elegans:

kg.cel=kegg.gsets("cel")
kegg.gs=kg.cel$kg.sets[kg.cel$sigmet.idx]
head(kegg.gs)

However, the gene names are in a format that I'm unfamiliar with. The gene names I recognize, but they are all starting with "CELE_" E.g.,

$`cel03015 mRNA surveillance pathway`
[1] "CELE_C01F6.5"    "CELE_C02B10.4"   "CELE_C03D6.3"    "CELE_C05C10.2"

I can format my expression data to have the gene names, without the "CELE_" part, but can't figure out how to get the "CELE_" onto every single gene name. Is there an easy way to do this?

Thanks so much!

Jessica

Pathview Gage RNA-Seq R C.elegans • 2.2k views
ADD COMMENT
0
Entering edit mode
7.3 years ago
JPreston ▴ 10

Nevermind, I figured it out!!

Needed to add the entrez option:

kg.cel=kegg.gsets("cel", id.type = "entrez")

ADD COMMENT
0
Entering edit mode

Closing a post is an action that is generally used by moderators to close posts that are unsuitable/unrelated to the forum. Don't use it on a question that has been answered.

Since you have figured a solution out for your question go ahead and accept your own answer (use the check mark) to indicate that a solution has been found.

ADD REPLY

Login before adding your answer.

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