meringlab / paxdb-orthology-lib

pax-db.org orthology API npm module
Other
0 stars 0 forks source link

missing taxonomic levels #2

Open mbsimonovic opened 6 years ago

mbsimonovic commented 6 years ago

https://pax-db.org/api/proxy/protein/7955.ENSDARG00000060911/ortholog_groups:

stops at chordates, but there're more Sarcopterygii, Aminiotes, Mammals... https://pax-db.org/protein/1505525, and at CHORDATES returns nothing: https://pax-db.org/api/proxy/protein/7955.ENSDARG00000060911/ortholog_groups/CHORDATES

mbsimonovic commented 6 years ago

this is because taxonomy.js:taxonomicLevels(7955) returns: [ 'LUCA', 'EUKARYOTES', 'OPISTHOKONTS', 'METAZOA', 'COELOMATA', 'CHORDATES' ]

7955/drerio is a chordate so the levels stop there.