plotCurrentByTime {IONiseR} | R Documentation |
Plots the median recorded current for each fast5 file against the time at which the recording began.
plotCurrentByTime(summaryData)
summaryData |
Object of class Fast5Summary. |
Returns an object of class gg
representing the plot.
if( require(minionSummaryData) ) { data(s.typhi.rep2, package = 'minionSummaryData') plotCurrentByTime( s.typhi.rep2 ) }