Join us for
RADAR: AI Edition

IONiseR (version 1.2.2)

fastq: Extract fastq slot

Description

This generic function accesses the fastq slot stored in an object derived from the Fast5Summary class.

Usage

fastq(x)

Arguments

x
Object of class Fast5Summary

Value

A ShortReadQ object

Examples

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

Run the code above in your browser using DataLab