Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categories to use for bioinformatics topics #2

Open
michaelbarton opened this issue Nov 2, 2011 · 9 comments
Open

Categories to use for bioinformatics topics #2

michaelbarton opened this issue Nov 2, 2011 · 9 comments

Comments

@michaelbarton
Copy link
Owner

What should be the choice of topics for 'the field of research?'
Last year I used the categories from the Bioinformatics journal but this is rather limited.
EDAM seems to be the only actively developed bioinformatics ontology.

http://voxel.dl.sourceforge.net/project/edamontology/EDAM_beta12.obo

Perhaps the top level topic terms could be parsed out of here.

@michaelbarton
Copy link
Owner Author

I found that @robsyme has a library for processing .obo files. @robsyme do you think you could illustrate a way to parse out the non-obsolete list of top-level bioinformatics from the above obo file using your library? I think this list could be used in the survey.

@robsyme
Copy link

robsyme commented Nov 4, 2011

No probs. Do you just want those that are topics (is_a: EDAM:0000003)? If so:

["Nucleic acids",
"Sequence",
"Structure",
"Phylogenetics",
"Microarrays",
"Proteomics",
"Literature and documentation",
"Data handling",
"Sequencing and mapping",
"Classification",
"Ontologies and nomenclature",
"Proteins",
"Pathways, networks and models",
"Laboratory resources",
"Informatics",
"Organism",
"Genomics",
"Genotype and phenotype"]

@robsyme
Copy link

robsyme commented Nov 4, 2011

#3

@michaelbarton
Copy link
Owner Author

Are there sub-level topics below these? I think comparing the topics below this would give an idea of which of the two to use.

@robsyme
Copy link

robsyme commented Nov 5, 2011

Yeah, the topics are a bit vauge. I'll pull them out when I get home in a
couple of hours. I'll also pull request on the correct branch next time,
sorry.
-r

On 5 Nov 2011 00:21, "Michael Barton" <
reply@reply.github.com>
wrote:

Are there sub-level topics below these? I think comparing the topics below
this would give an idea of which of the two to use.


Reply to this email directly or view it on GitHub:

#2 (comment)

@robsyme
Copy link

robsyme commented Nov 5, 2011

Rather than send a pull request, I've put the topics and sub-topics up at https://gist.github.com/1341255 for discussion and forking. Note that there are topics with no subtopics (Laboratory resources, Classification etc). I suspect that we'll probably want to add items to this list.

@michaelbarton
Copy link
Owner Author

Thanks for this Rob. EDAM has just recently released un updated version of the ontology. Could you repeat this parsing with the new ontology, beta13?

http://sourceforge.net/projects/edamontology/files/

@robsyme
Copy link

robsyme commented Dec 8, 2011

Sorry for the very slow response. The prof has been on my back to get a paper finished. Everything is up at https://gist.github.com/1341255

These are all the is_a relations flowing down from "Topic"

@michaelbarton
Copy link
Owner Author

That's great. Thanks for the code too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants