Learn R Programming

IONiseR (version 1.2.2)

baseCalled: 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.table with 6 columns

Examples

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

Run the code above in your browser using DataLab