MakeBaseCalls-methods: Method MakeBaseCalls

Description Usage Arguments Value Examples

Description

Method MakeBaseCalls

Usage

1
MakeBaseCalls(object, signalRatioCutoff = 0.33)

Arguments

object

A SangerRead S4 instance.

signalRatioCutoff

The ratio of the height of a secondary peak to a primary peak. Secondary peaks higher than this ratio are annotated. Those below the ratio are excluded. The default value is 0.33.

Value

A SangerRead instance.

Examples

1
2
data(sangerReadFData)
MakeBaseCalls(sangerReadFData, signalRatioCutoff = 0.22)

sangeranalyseR documentation built on Nov. 8, 2020, 5:59 p.m.