baseCalled {IONiseR}R Documentation

Extract baseCalled slot

Description

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

Usage

baseCalled(x)

Arguments

x

Object of class Fast5Summary

Value

A data.frame with 6 columns

Examples

if( require(minionSummaryData) ) {
   data(s.typhi.rep2, package = 'minionSummaryData')
   baseCalled( s.typhi.rep2 )
}

[Package IONiseR version 2.18.0 Index]