Main Content
fastqread
Read data from FASTQ file
Syntax
Description
reads a FASTQ-formatted file and returns the data in a MATLAB® array of structures.FASTQStruct
= fastqread(File
)
___ = fastqread(
specifies options using one or more name-value arguments in addition to the input arguments
in previous syntaxes. For example, to return only the header information, set
File
,Name=Value
)HeaderOnlyValue
to true
.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2009b
See Also
fastqinfo
| fastqwrite
| fastainfo
| fastaread
| fastawrite
| sffinfo
| sffread
| saminfo
| samread
| BioIndexedFile
| BioRead