eventData {IONiseR} | R Documentation |
This generic function accesses the eventData slot stored in an object derived from the Fast5Summary class.
eventData(x)
x |
Object of class |
A data.frame with 5 columns
if( require(minionSummaryData) ) { data(s.typhi.rep2, package = 'minionSummaryData') eventData( s.typhi.rep2 ) }