EPG data visualizer (interactive)
plotEPG2(
mixData,
kit,
refData = NULL,
AT = NULL,
ST = NULL,
dyeYmax = TRUE,
plotRepsOnly = TRUE,
options = NULL
)
sub A plotly widget
List of mixData[[ss]][[loc]] =list(adata,hdata), with samplenames ss, loci names loc, allele vector adata (can be strings or numeric), intensity vector hdata (must be numeric)
Short name of kit: See supported kits with getKit()
List of refData[[rr]][[loc]] or refData[[loc]][[rr]] to label references (flexible). Visualizer will show dropout alleles.
A detection threshold can be shown in a dashed line in the plot (constant). Possibly a vector with locus column names
A stochastic threshold can be shown in a dashed line in the plot (constant). Possibly a vector with locus column names
Whether Y-axis should be same for all markers (FALSE) or not (TRUE this is default)
Whether only replicate-plot is shown in case of multiple samples (TRUE is default)
A list of possible plot configurations. See comments below
Oyvind Bleka
Plots peak height with corresponding allele for sample(s) for a given kit.