Learn R Programming

IONiseR (version 1.2.2)

fastq2D: Extract 2D reads

Description

This generic function accesses the fastq slot stored in an object derived from the Fast5Summary class, and returns only the 2D reads.

Usage

fastq2D(x)

Arguments

x
Object of class Fast5Summary

Value

A ShortReadQ object

Examples

Run this code
if( require(minionSummaryData) ) {
   data(s.typhi.rep2, package = 'minionSummaryData')
   fastq2D( s.typhi.rep2 )
}

Run the code above in your browser using DataLab