Learn R Programming

IONiseR (version 1.2.2)

fastqComplement: Extract complement reads

Description

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

Usage

fastqComplement(x)

Arguments

x
Object of class Fast5Summary

Value

A ShortReadQ object

Examples

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

Run the code above in your browser using DataLab