Description Usage Arguments Value Examples
This generic function accesses the fastq slot stored in an object derived from the Fast5Summary class, and returns only the template reads.
1  | 
x | 
 Object of class   | 
A ShortReadQ object
1 2 3 4  | if( require(minionSummaryData) ) {
   data(s.typhi.rep2, package = 'minionSummaryData')
   fastqTemplate( s.typhi.rep2 )
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.