XEMBL
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
Detailed Description
Retrieves Nucleotide Sequence(s) and accociated information.
XEMBL retrieves Nucleotide Sequences and associated annotated features from the EMBL/Genbank/DDBJ database and returns it in either BSML XML or AGAVE XML format.
This service is brought to you by EMBL-EBI (European Bioinformatics Institute)
Usage Notes
The service is invoked via the getNucSeq call, its parameters are:
string getNucSeq(string format, string ids)
format should be either "Bsml" or "sciobj" - if the server finds another value it will default to Bsml XML.
ids is a space delimited list of international accession numbers for nucleotide seqeuences. For example, "HSERPG AC000057".
The result is a blob of XML with the nucletotide sequence(s), cross-references, taxonomy, literature references, and full feature annotation information.
Help Message Board