View source: R/getStutterData.R
getStutterData | R Documentation |
helpfunction to obtain stutter data table used for making inference
getStutterData(
dat,
minStuttOccurence = 5,
platform = "MPS",
stutterTypes = NULL,
verbose = FALSE
)
dat |
Datatable with columns (RefName,SampleName,Locus,Allele,Coverage,Dose) |
minStuttOccurence |
The number of required observations per stutter type (remaining put to noise) |
platform |
Platform type "MPS","CE". NOTE: CE has only consider only some stutter types (but also include -2bp) |
stutterTypes |
Stutter types. See getStutterTypeRule for supported types |
verbose |
Whether to print out progress |
Does not require getFilteredData first anymore The nomenlclature for stutters are as follows: BW1 means that the LUS motif is providing a backward stutter (n-1). FW1 means that the LUS motif is providing a forward stutter (n+1). BW2 means that the non-LUS motif is providing a backward stutter (n-1). etc... prefix "D" means double (n-2) n0 stutters are named as either FWBW or BWFW depending on which occuring first in the sequence (hence orientation matters!)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.