This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Get The Parent Of Each 3Rd Level Node Using The Obo Parser

I am trying to read a obo file and able to parse it. But how can I get the parent of each node resides in level 3.

parser

1 answer

I wrote a simple OBO java parser for a previous question: see http://www.biostars.org/post/show/45366/parsing-obo-file/#45376 . It could fulfill your needs.

Thanks Pierre, it is very much helpful.

Log in to answer this question.