module EnsemblRest::Taxonomy
Public Class Methods
taxonomy_classification(id, opts = {})
click to toggle source
Return the taxonomic classification of a taxon node
# File lib/bio-ensembl-rest/taxonomy.rb, line 12 def self.taxonomy_classification(id, opts = {}) return _taxonomy_generic id, 'classification', opts end
taxonomy_id(id, opts = {})
click to toggle source
Search for a taxonomic term by its identifier or name
# File lib/bio-ensembl-rest/taxonomy.rb, line 6 def self.taxonomy_id(id, opts = {}) return _taxonomy_generic id, 'id', opts end