This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GO terms from keywords in R

Hi,

I'm looking for a way to retrieve go terms programmatically in R using a set of keywords. Any ideas?

Thanks

r r ontology

BiomaRt package might be one way to go. Did you try your favorite internet search engine?

1 answer

1) Use GeneSCF's 'prepare_database' (example) module to download all GO terms with genes as a simple text file.

2) Use this text file and grep the terms you want.

Log in to answer this question.