Description Usage Arguments Value Examples
A SangerRead method which does base calling on SangerRead instance
1 2  | ## 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.
1 2  | data("sangerReadFData")
newSangerReadFData <- MakeBaseCalls(sangerReadFData, signalRatioCutoff = 0.22)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.