The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
{boggy}
provides the real-time PCR data set s1 by Boggy et al. (2010) in tidy format.
library(boggy)
library(ggplot2)
s1 |>
ggplot(mapping = aes(
x = cycle,
y = fluor,
group = well,
col = format(copies, big.mark = ",", scientific = FALSE)
)) +
geom_line(linewidth = 0.2) +
geom_point(size = 0.2) +
labs(color = "Copy number")
Gregory J. Boggy & Peter J. Woolf. A Mechanistic Model of PCR for Accurate Quantification of Quantitative PCR Data. PLoS ONE 5:8 (2010). doi: 10.1371/journal.pone.0012355.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.