rawplot.electrophoresis | R Documentation |
This function is a shortcut that calls qplot.electrophoresis
with customized settings to show the raw data analogously to the Agilent software.
rawplot.electrophoresis(
electrophoresis,
include.markers = TRUE,
xlab = NULL,
...
)
include.markers |
Passed to |
... |
Arguments passed to |
The x-variable is set to the aligned migration time or relative migration distance, depending on platform. The y-variable is set to fluorescence. In addition to the hardcoded default arguments for qplot.electrophoresis
, the x-axis scale is marked with the positions of the ladder peaks and labeled by their lengths, and the following settings are added with theme
:
panel.grid.minor.x = element_blank(), axis.text.x = element_text(angle = 45, hjust = 1)
qplot.electrophoresis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.