| Bioinformatics Toolbox™ | ![]() |
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 with fields corresponding to the EMBL two-character line type code. Each line type code is stored as a separate element in the structure.
EMBLData contains the following fields.
| Field |
|---|
| Identification.EntryName |
| Identification.Version |
| Identification.Topology |
| Identification.Molecule |
| Identification.DataClass |
| Identification.Division |
| Identification.SequenceLength |
| Accession |
| SequenceVersion |
| DateCreated |
| DateUpdated |
| Description |
| Keyword |
| OrganismSpecies |
| OrganismClassification |
| Organelle |
| Reference{#}.Number |
| Reference{#}.Comment |
| Reference{#}.Position |
| Reference{#}.MedLine |
| Reference{#}.PubMed |
| Reference{#}.Group |
| Reference{#}.Authors |
| Reference{#}.Title |
| Reference{#}.Location |
| DatabaseCrossReference |
| Comments |
| Assembly |
| Feature |
| Basecount.BP |
| Basecount.A |
| Basecount.C |
| Basecount.G |
| Basecount.T |
| Basecount.Other |
| Sequence |
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')
Bioinformatics Toolbox™ functions: fastaread, genbankread, genpeptread, getembl, pdbread, seqtool
![]() | dndsml | evalrasmolscript | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |