| 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 = fastqinfo(File)
InfoStruct = fastqinfo(File) returns a MATLAB structure containing summary information about a FASTQ-formatted file.
File |
String specifying a file name or path and file name of a FASTQ-formatted file. 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 a FASTQ-formatted file. The structure contains the following fields.
|
Return a summary of the contents of a FASTQ file:
info = fastqinfo('SRR005164_1_50.fastq')
info =
Filename: 'SRR005164_1_50.fastq'
FileModDate: '03-Mar-2009 14:21:51'
FileSize: 16702
NumberOfEntries: 50
fastainfo | fastaread | fastawrite | fastqread | fastqwrite | sffinfo | sffread
![]() | fastawrite | fastqread | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |