SangerRead-class-MakeBaseCalls {sangeranalyseR} | R Documentation |
A SangerRead method which does base calling on SangerRead instance
## S4 method for signature 'SangerRead' MakeBaseCalls(object, signalRatioCutoff = 0.33)
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 |
A SangerRead
instance.
data("sangerReadFData") newSangerReadFData <- MakeBaseCalls(sangerReadFData, signalRatioCutoff = 0.22)