Module: Bio::DDBJ::REST

Defined in:
lib/bio/io/ddbjrest.rb

Overview

Description

The module Bio::DDBJ::REST is the namespace for the DDBJ Web API for Biology (WABI) via REST protocol. Under the Bio::DDBJ::REST, following classes are available.

  • Bio::DDBJ::REST::DDBJ
  • Bio::DDBJ::REST::Blast
  • Bio::DDBJ::REST::ClustalW
  • Bio::DDBJ::REST::Mafft
  • Bio::DDBJ::REST::RequestManager

Following classes are NOT available, but will be written in the future.

  • Bio::DDBJ::REST::GetEntry
  • Bio::DDBJ::REST::ARSA
  • Bio::DDBJ::REST::VecScreen
  • Bio::DDBJ::REST::PhylogeneticTree
  • Bio::DDBJ::REST::Gib
  • Bio::DDBJ::REST::Gtop
  • Bio::DDBJ::REST::GTPS
  • Bio::DDBJ::REST::GIBV
  • Bio::DDBJ::REST::GIBIS
  • Bio::DDBJ::REST::SPS
  • Bio::DDBJ::REST::TxSearch
  • Bio::DDBJ::REST::Ensembl
  • Bio::DDBJ::REST::NCBIGenomeAnnotation

Read the document of each class for details.

In addition, there is a private class Bio::DDBJ::REST::WABItemplate, basic class for the above classes. Normal users should not use the WABItemplate class directly.

Defined Under Namespace

Classes: Blast, ClustalW, DDBJ, Mafft, RequestManager, WABItemplate