ebi-uniprot / unp.fw.taxonomy

Rest services to return information about protein taxonomy tree. Basically there are services that returns details about a taxonomy element and also details about it parent, siblings and children. There are also services that return the relationship between 2 taxonomy elements, and the path between them. Services can return JSON or XML format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Taxonomy The Taxonomy REST API provides access to the UniProt taxonomy database. The services can be queried with taxonomy identifier(s) to retrieve hierarchical information (children, parent, sibling taxa), taxonomic lineage, relationships between two taxa, and common ancestors of an organism. The services can also be queried with a taxonomy name to find all related information to that node or hierarchical information about its children, parent and sibling nodes.

See Taxonomy API documentation at http://www.ebi.ac.uk/proteins/api/doc/index.html#taxonomyApi

Copyright

Copyright 2017 EMBL - European Bioinformatics Institute

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Rest services to return information about protein taxonomy tree. Basically there are services that returns details about a taxonomy element and also details about it parent, siblings and children. There are also services that return the relationship between 2 taxonomy elements, and the path between them. Services can return JSON or XML format

License:Apache License 2.0


Languages

Language:Java 94.7%Language:Shell 5.3%