powered by
bioamp is a function to plot and analyze the amplitude data of a Bio-Rad droplet digital PCR experiment.
bioamp
bioamp(data = data, amp_x = 1, amp_y = 2, cluster = 3, robust = TRUE, plot = TRUE, stat = TRUE, xlab = "Assay 1 Amplitude", ylab = "Assay 2 Amplitude", ...)
object of class what containing the amplitude data.
what
is the first amplitude channel (x-axis).
is the second amplitude channel (y-axis).
are the clusters of the plot. The number indicates the column of a table, which contains the cluster information.
Is the method used to calculate the location (mean or median) and dispersion (standard deviation or median absolute deviation).
logical, if TRUE, the plot is printed.
TRUE
logical, if TRUE, the statistics of the droplet digital PCR experiment are calculated.
x-label of the plot.
y-label of the plot.
other arguments passed to the plot function (see plot.default for details).
plot
plot.default
# NOT RUN { par(mfrow = c(1,2)) bioamp(data = pds_raw[["D01"]], main = "Well D01", pch = 19) bioamp(data = pds_raw[["D02"]], main = "Well D02", pch = 19) par(mfrow = c(1,1)) # }
Run the code above in your browser using DataLab