Learn R Programming

boggy

{boggy} provides the real-time PCR data set s1 by Boggy et al. (2010) in tidy format.

Installation

install.packages("boggy")

Usage

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")

References

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.

Copy Link

Version

Install

install.packages('boggy')

Monthly Downloads

136

Version

0.0.1

License

CC BY 4.0

Issues

Pull Requests

Stars

Forks

Maintainer

Ramiro Magno

Last Published

April 25th, 2024

Functions in boggy (0.0.1)

boggy-package

boggy: Real-Time PCR Data Sets by Boggy et al. (2010)
s1

qPCR data set by Boggy et al. (2010)