plotSumPH | R Documentation |
Plotting sumPH per marker
plotSumPH(
samples,
kit = NULL,
ignoreMarkers = c("Y", "AM"),
LUSsymbol = "_",
MPSsymbol = ":"
)
samples |
List object of [[sampleName]][[locus]] =list(adata,hdata), Allele vector adata (can be strings or numeric), intensity vector hdata (must be numeric) |
kit |
shortname of kit: Obtained from getKit() |
ignoreMarkers |
Give string subset of markers that should be ignored in visualization |
LUSsymbol |
Used to recognize CE in LUS alleles |
MPSsymbol |
Used to recognize CE in MPS alleles |
The function is fitting gamma distribution to the sumPH per marker to investigate fit: Degradation or sample differences
Oyvind Bleka
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.