stdcrv.mobility | R Documentation |
This function is a shortcut to plot the standard curve(s) of molecule length vs. migration speed from an electrophoresis
object, wrapping ggplot
. This allows you to check the quality of the model.
stdcrv.mobility(electrophoresis, n.simulate = 100, line.color = "red")
electrophoresis |
An |
n.simulate |
Number of data points to simulate for drawing the standard curve. |
line.color |
Color of the standard curve and data points. |
The positions of the ladder peaks reported by the Agilent software are shown in the selected color, and the fluorescence intensites within the peak boundaries are also plotted. If there are multiple ladders, each is shown as a separate facet.
A ggplot object containing several layers. You can draw it directly or customize it like any other ggplot object by adding more layers.
qc.electrophoresis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.