fastqComplement {IONiseR} | R Documentation |
This generic function accesses the fastq slot stored in an object derived from the Fast5Summary class, and returns only the complement reads.
fastqComplement(x)
x |
Object of class |
A ShortReadQ object
if( require(minionSummaryData) ) { data(s.typhi.rep2, package = 'minionSummaryData') fastqComplement( s.typhi.rep2 ) }