Dear all,
I'm performing GO analyses with R I'd need to get the most updated gene ontology list of terms as a dataframe with ID, ontology (BP, CC, MF), description columns. Does anyone know the best way to do this, or a package having it as a dataset by default? or a way to convert an obo file from here http://geneontology.org/docs/download-ontology/ into a dataframe?
thanks in advance
Thanks! This is a very cool way and I know it, but unfortunately I need to build my own package (with annotationforge package) as I'm working with a non model organism. The GO annotation I've found to build it doesn't display the ontology code (BP, CC, MF) but just the GO id and its description. So I was wandering the fastest way to add this column to my GO annotation dataframe.