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