Package org.forester.ws.wabi
Class TxSearch
java.lang.Object
org.forester.ws.wabi.TxSearch
This is to access the Web API for Biology (WABI) at DDBJ.
See: http://xml.nig.ac.jp/
Service Description:
TXSearch is a retrieval system for a Taxonomy Database which
was unified by DDBJ, GenBank and EMBL, which is developed by DDBJ.
See: http://xml.nig.ac.jp/wabi/Method?serviceName=TxSearch&mode=methodList
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
getLineage
(String result) static String
getTaxonomicRank
(String result) static String
static String
static void
static String
searchLineage
(List<String> queries, List<TxSearch.RANKS> ranks) static String
searchLineage
(List<String> queries, List<TxSearch.RANKS> ranks, String superkingdom) static String
searchParam
(String tx_name, TxSearch.TAX_NAME_CLASS tx_name_class, TxSearch.TAX_RANK tx_rank, int tx_rmax, boolean as_scientific_name) static String
searchSimple
(String tx_name)
-
Constructor Details
-
TxSearch
public TxSearch()
-
-
Method Details
-
getLineage
- Throws:
IOException
-
getTaxonomicRank
- Throws:
IOException
-
getTxId
- Throws:
IOException
-
getTxName
- Throws:
IOException
-
main
- Throws:
IOException
-
searchLineage
public static String searchLineage(List<String> queries, List<TxSearch.RANKS> ranks) throws IOException - Throws:
IOException
-
searchLineage
public static String searchLineage(List<String> queries, List<TxSearch.RANKS> ranks, String superkingdom) throws IOException - Throws:
IOException
-
searchParam
public static String searchParam(String tx_name, TxSearch.TAX_NAME_CLASS tx_name_class, TxSearch.TAX_RANK tx_rank, int tx_rmax, boolean as_scientific_name) throws IOException - Throws:
IOException
-
searchSimple
- Throws:
IOException
-