R/CqPlots.R
plot.Cq.efficiency.Rd
This function will give you a classic efficiency plot. Therefore the Cq values are plotted. You need to have data.cq list from make.cq.data() function.
plot.Cq.efficiency(CqType = "SD")
this is the Cq value type that should be used.
returns a ggplot with the Cq values for both genotypes.
! The samplename is the concentration / mixture for the target genotype! Only valid numeric samples will be used. Sample names like 100, "100", "100%" will be converted to 100. But other sample names like "Test" will be ignored.