Entering edit mode
12.6 years ago
partha
▴
20
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.
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.
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.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thanks Pierre, it is very much helpful.