plot_RTPeakWidth | R Documentation |
The input is a data.frame with already averaged counts over binned RT-slices.
plot_RTPeakWidth(data, x_lim, y_lim)
data |
A data.frame with columns 'fc.raw.file', 'RT', 'peakWidth' |
x_lim |
Plot range of x-axis |
y_lim |
Plot range of y-axis |
GGplot object
data = data.frame(fc.raw.file = rep(c("file A", "file B", "file C"), each=81),
RT = c(20:100),
peakWidth = c(rnorm(81, mean=20), rnorm(81, mean=10), rnorm(81, mean=30)))
plot_RTPeakWidth(data, c(10, 100), c(0, 40))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.