KEGG Pathways
0
0
Entering edit mode
17 days ago
Sudip • 0

I am trying to extract all the genes that are present in a particular GO term in Arabidopsis. I was able to do so with this code,

go.trial <- getBM(attributes = c("ensembl_gene_id", "external_gene_name"),
      filters = "go", values = "GO:0006779", mart = ensembl)

But now I want to do this for the KEGG pathways, Is the below code correct?

go.trial <- getBM(attributes = c("ensembl_gene_id", "external_gene_name"),
      filters = "kegg", values = "ath03010", mart = ensembl)
r RNA-seq • 316 views
ADD COMMENT
0
Entering edit mode

is the below code correct

Does it give you what you need?

ADD REPLY
0
Entering edit mode

No it does not. Do you know of a way that can help me achieve what I want?

ADD REPLY
0
Entering edit mode

Give us as much detail as you can. What error does it give you?

ADD REPLY

Login before adding your answer.

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