Eff625 dataset

Highly Replicate Number Amplification Curves

Highly Replicate Number Amplification Curves

Highly replicate number amplification curves with an approximate amplification efficiency of 62.5 percent at cycle number 18. The data were derived from a simulation such as the AmpSim function. data

data(Eff625)

Format

A data frame with 40 (Cycles) observations on the following 1000 (amplification curves) variables. The columns are all replicates.

Examples

data(Eff625) plot(NA, NA, xlim = c(1,40), ylim = c(0,max(Eff625)), xlab = "Cycle", ylab = "RFU", main = "Amplification Curves with 62.5 Percent Efficiency") apply(Eff625[, 1:ncol(Eff625)], 2, function(x) lines(1:40,x)) Fmean <- rowMeans(Eff625[, 1:ncol(Eff625)]) lines(1:40, Fmean, col = "red", lwd = 3) legend(1, quantile(unlist(Eff625), 0.9), c("Raw", "Mean"), pch = c(19,19), col = c(1,2))
  • Maintainer: Stefan Roediger
  • License: GPL-3
  • Last published: 2021-03-05

About the dataset

  • Number of rows: 40
  • Number of columns: 1000
  • Class: data.frame

Column names and types (First 10)

  • Run_1:numeric
  • Run_2:numeric
  • Run_3:numeric
  • Run_4:numeric
  • Run_5:numeric
  • Run_6:numeric
  • Run_7:numeric
  • Run_8:numeric
  • Run_9:numeric
  • Run_10:numeric