Can you do KEGG analysis in R without Entrez I.D.s
0
0
Entering edit mode
3.6 years ago
devarts ▴ 40

Hi All. I've another newbie question for you. I've done RNAseq analysis in R for a set of organisms of the yeast species Yarrowia lipolytica strain CLIB122, with Ensembl IDs. I'd also like to do some KEGG ontology analysis. The tools that I have used for KEGG and GO analysis in the past (KEGGa (part of EdgeR) and fgSEA) require that Entrez I.D.s be used. Is this common for gene set analysis tools? Do they all need Entrez I.D.s? Are there tools/ packages that do not require Entrez I.D.s that can be used for KEGG? Which would you reccomend? It would be nice if they are R packages, but I could use other types of tools.

I found a biomart mart that I can use for Y. lipolytica, but it does not have an entrez attribute. Might any of you knowledgable bioinformaticians have a way that I could get around this. Could it be that there is simply not an Entrex I.D. list for Yarrowia lipolytica or other yeasts?

ensembl_fungi <- useMart(host = "https://fungi.ensembl.org",biomart = "fungi_mart", port = 443)
dataset <- "ylipolytica_eg_gene"
mart <- useDataset(dataset = dataset, ensembl_fungi)
Entrez KEGG R RNA-Seq biomaRt • 807 views
ADD COMMENT

Login before adding your answer.

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