plot fluorescence curves

plot.curve(
  sample = "all",
  target = "Genotype A",
  color.target = "firebrick2",
  color.offtarget = "cornflowerblue"
)

Arguments

sample

specify the sample from input.cq std: "all" will plot all curves. Can be Numeric e.g. 100 for dilution series etc. Can be Character e.g. "100" for a normal experiment.

target

the target genotype "genotype A".

color.target

The color for the target genotype curve (only if not all curves are plotted)

color.offtarget

The color for the other genotype curve (only if not all curves are plotted)

Value

a ggplot object