<p></p><p> <code>readFastq</code> reads all FASTQ-formated files in a directory
<code>dirPath</code> whose file name matches pattern <code>pattern</code>,
returning a compact internal representation of the sequences and
quality scores in the files. Methods read all files into a single R
object; a typical use is to restrict input to a sin</p>…