| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Bioinformatics Toolbox |
| Contents | Index |
| Learn more about Bioinformatics Toolbox |
InfoStruct = sffinfo(File)
InfoStruct = sffinfo(File) returns a MATLAB structure containing summary information about a Standard Flowgram Format (SFF) file.
File |
String specifying a file name or path and file name of an SFF file produced by version 1.0 of the Genome Sequencer System data analysis software from 454 Life Sciences®. If you specify only a file name, that file must be on the MATLAB search path or in the current folder. |
InfoStruct |
MATLAB structure containing summary information about an SFF file. The structure contains the following fields.
|
The SFF file, SRR013472.sff, used in this example is not provided with the Bioinformatics Toolbox software. You can download sample SFF files from:
http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=show&f=main&m=main&s=main
Return a summary of the contents of an SFF file:
info = sffinfo('SRR013472.sff')
info =
Filename: 'SRR013472.sff'
FileModDate: '23-Feb-2009 15:14:36'
FileSize: 6632392
Version: [0 0 0 1]
FlowgramCode: 1
NumberOfReads: 3546
NumberOfFlowsPerRead: 440
FlowChars: [1x440 char]
KeySequence: 'TCAG'
fastainfo | fastaread | fastawrite | fastqinfo | fastqread | fastqwrite | saminfo | samread | sffread

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