Download Bioinformatics Toolbox

Transcript
getembl
Purpose
Retrieve sequence information from EMBL database
Syntax
Data = getembl('AccessionNumber',
'PropertyName', PropertyValue...)
getembl(..., 'ToFile', ToFileValue)
getembl(..., 'SequenceOnly', SequenceOnlyValue)
Arguments
Description
AccessionNumber
Unique identifier for a sequence record. Enter a
unique combination of letters and numbers
ToFile
Property to specify the location and filename
for saving data. Enter either a filename or a
path and filename supported by your system
(ASCII text file).
SequenceOnly
Property to control getting a sequence without
the metadata. Enter true or false.
getembl retrieves information from the European Molecular Biology
Laboratory (EMBL) database for nucleotide sequences. This database is
maintained by the European Bioinformatics Institute (EBI). For more
details about the EMBL-Bank database, see
http://www.ebi.ac.uk/embl/Documentation/index.html
Data = getembl('AccessionNumber', 'PropertyName',
PropertyValue...) searches for the accession number in the EMBL
database (http://www.ebi.ac.uk/embl) and returns a MATLAB
structure containing the following fields:
Comments
Identification
Accession
SequenceVersion
DateCreated
DateUpdated
2-121
Related documents