| Contents | Index |
EMBLData = emblread(File)
EMBLSeq = emblread (File,
'SequenceOnly', SequenceOnlyValue)
| File | Either of the following:
| |
| SequenceOnlyValue | Controls the reading of only the sequence without the metadata. Choices are true or false (default). |
| EMBLData | MATLAB structure with fields corresponding to EMBL data. |
| EMBLSeq | MATLAB character string representing the sequence. |
EMBLData = emblread(File) reads data from File, an EMBL-formatted file, and creates EMBLData, a MATLAB structure containing fields corresponding to the EMBL two-character line type code, based on release 107 of the EMBL-Bank flat file format. Each line type code is stored as a separate element in the structure. For a list of the EMBL two-character line type codes, see http://www.ebi.ac.uk/embl/Documentation/User_manual/usrman.html.
Note Topology information was not included in EMBL flat files before release 87 of the database. When reading a file created before release 87, EMBLREAD returns an empty Identification.Topology field. |
Note The entry name is no longer displayed in the ID line of EMBL flat files in release 87. When reading a file created in release 87, EMBLREAD returns the accession number in the Identification.EntryName field. |
EMBLSeq = emblread (File, 'SequenceOnly', SequenceOnlyValue) controls the reading of only the sequence without the metadata. Choices are true or false (default).
Retrieve sequence information from the Web, save to a file, and then read back into the MATLAB software.
Use the getembl function and ToFile property to retrieve sequence information from the Web and save to an EMBL-formatted file.
getembl('X00558','ToFile','rat_protein.txt');
Read data from the EMBL-formatted file and create a MATLAB structure.
EMBLData = emblread('rat_protein.txt')
EMBLData =
Identification: [1x1 struct]
Accession: 'X00558'
SequenceVersion: 'X00558.1'
DateCreated: '13-JUN-1985 (Rel. 06, Created)'
DateUpdated: [1x46 char]
Description: [1x75 char]
Keyword: [1x75 char]
OrganismSpecies: [1x75 char]
OrganismClassification: [3x75 char]
Organelle: ''
Reference: {[1x1 struct]}
DatabaseCrossReference: ''
Comments: ''
Assembly: ''
Feature: [23x75 char]
BaseCount: [1x1 struct]
Sequence: [1x877 char]fastaread | genbankread | genpeptread | getembl | pdbread | seqtool

See how to analyze, visualize, and model biological data and systems using MathWorks products.
Get free kit| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |