Using biomaRt for getting Go Terms
1
0
Entering edit mode
chawla ▴ 190
@chawla-4416
Last seen 9.6 years ago
Hi how can I use biomaRt to get a single GO term (high ranking) for each gene (entrez rat IDs). Konika
GO biomaRt GO biomaRt • 2.6k views
ADD COMMENT
0
Entering edit mode
@hotz-hans-rudolf-3951
Last seen 3.5 years ago
Switzerland
Hi I don't quite understand what you mean by "a single GO term (high ranking)", but the following might get you started: library(biomaRt) entrez=c("314417") rn = useDataset("rnorvegicus_gene_ensembl", mart=useMart("ensembl")) getBM(attributes=c('entrezgene','go_biological_process_id'), filters='entrezgene', values=entrez, mart=rn) Regards, Hans On 12/28/2010 11:22 PM, chawla wrote: > Hi > how can I use biomaRt to get a single GO term (high ranking) for each > gene (entrez rat IDs). > Konika > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT
0
Entering edit mode

its creating lot of noise and generating the more than one GO term id for the one ensemble ID.

ADD REPLY

Login before adding your answer.

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