fastqinfo
Return information about FASTQ file
Syntax
InfoStruct
= fastqinfo(File
)
Description
returns
a MATLAB® structure containing summary information about a FASTQ-formatted
file.InfoStruct
= fastqinfo(File
)
Input Arguments
|
Character vector or 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. |
Output Arguments
|
MATLAB structure containing summary information about a FASTQ-formatted file. The structure contains the following fields.
|
Examples
Return a summary of the contents of a FASTQ file:
info = fastqinfo('SRR005164_1_50.fastq') info = Filename: 'SRR005164_1_50.fastq' FilePath: 'D:\2010_08_24_h11m43s32_job6027_pass\matlab\toolbox\bioinfo\biodemos' FileModDate: '03-Mar-2009 14:21:51' FileSize: 16702 NumberOfEntries: 50
Version History
Introduced in R2009b
See Also
fastqread
| fastqwrite
| fastainfo
| fastaread
| fastawrite
| sffinfo
| sffread
| saminfo
| samread
| BioIndexedFile
| BioRead