batsch1
batsch2
batsch3
batsch4
batsch5
boggy
competimer
dil4reps94
dyemelt
guescini1
guescini2
htPCR
karlen1
karlen2
karlen3
lievens1
lievens2
lievens3
reps
reps2
reps3
reps384
rutledge
testdat
vermeulen1
vermeulen2
guescini1
). Five decreasing steps of PCR mix with 12 replicates (guescini2
).
Annotation: FX.Y (X = dilution number, Y = replicate number).
Hardware: Lightcycler 480 (Roche).
Details:
Primers for NADH dehydrogenase 1, SybrGreen I dye, data is background subtracted.
htPCR:
Setup: High throughput experiment containing 8858 runs from a 95 x 96 PCR grid.
Annotation: PX.Y (X = plate number, Y = well number).
Hardware: Biomark HD (Fluidigm).
Details:
Proprietary primers, EvaGreen dye, data is ROX normalized.
karlen1-3:
Setup: 4 (5) dilutions (1-, 10-, 50-, 100-, (1000)-fold) with 5 (4) replicates in 4 samples.
Annotation: FX.Y.Z (X = sample number, Y = dilution number, Z = replicate number).
Hardware: ABI Prism 7700 (Applied Biosystems).
Details:
Primers for Caveolin (karlen1
), Fibronectin (karlen2
) and L27 (karlen3
), SybrGreen I dye, data is background subtracted.
lievens1-3:
Setup: Five 5-fold dilutions with 18 replicates (lievens1
). Five different concentrations of isopropanol (2.5%, 0.5%, 0.1%, 0.02% and 0.004% (v/v)) with 18 replicates (lievens2
). Five different amounts of tannic acid per reaction (5 ng, 1 ng, 0.2 ng, 0.04 ng and 0.008 ng) and 18 replicates (lievens3
).
Annotation: SX.Y (X = dilution number, Y = replicate number) (lievens1
). SX.Y (X = concentration step, Y = replicate number) (lievens2 & lievens3
).
Hardware: ABI7300 (ABI) or Biorad IQ5 (Biorad).
Details:
Primers for the soybean lectin endogene Le1, SybrGreen I dye.
reps, reps2, reps3:
Setup: Seven 10-fold dilutions with 4 replicates (reps
). Five 4-fold dilutions with 3 replicates, 2 different cDNAs (reps2
). Seven 4-fold dilutions with 3 replicates (reps3
).
Annotation: FX.Y (X = dilution number, Y = replicate number) (reps & reps3
). FX.Y.Z (X = cDNA number, Y = dilution number, Z = replicate number) (reps2
).
Hardware: Lightcycler 1.0 (Roche) (reps
) or MXPro3000P (Stratagene) (reps2 & reps3
).
Details:
Primers for the S27a housekeeping gene, SybrGreen I dye, reps3
was ROX-normalized.
reps384
Setup: A data frame with 379 replicate runs of a 384 microtiter plate.
Annotation: A_A_X (X = replicate number).
Hardware: CFX384 (BioRad).
Details:
Primers for the human MYCN gene, synthetic MYCN oligo used as template (15000 copies), SybrGreen I dye. NTCs were removed.
rutledge:
Setup: Six 10-fold dilutions with 4 replicates in 5 individual batches.
Annotation: X.RY.Z (X = dilution number, Y = batch number, Z = replicate number).
Hardware: Opticon 2 (MJ Research).
Details:
Primers for a 102 bp amplicon, SybrGreen I dye, data is background subtracted.
testdat:
Setup: Six 10-fold dilutions with 4 replicates.
Annotation: FX.Y (X = dilution number, Y = replicate number).
Hardware: Lightcycler 1.0 (Roche).
Details:
Same as reps
, but each FX.3 has noisy data which fails to fit with the l5
model, each FX.4 passes fitting but fails in sigmoidal structure detection by KOD
. Used for evaluating quality checking methods.
vermeulen1-2:
Setup: A subset of the first 20 samples for each of 64 genes (vermeulen1
) and the corresponding dilution data for all 64 genes with five 10-fold dilutions and 3 replicates (vermeulen2
).
Annotation: X.Y (X = gene name, Y = sample name) (vermeulen1
), X.STD_Y.Z (X = gene name, Y = copy number, Z = replicate number) (vermeulen2
).
Hardware: Lightcycler 480 (Roche).
Details:
Primers for AHCY, AKR1C1, ALUsq(Eurogentec), ARHGEF7, BIRC5, CAMTA1, CAMTA2, CD44, CDCA5, CDH5, CDKN3, CLSTN1, CPSG3, DDC, DPYSL3, ECEL1, ELAVL4, EPB41L3, EPHA5, EPN2, FYN, GNB1, HIVEP2, HMBS, HPRT1, IGSF4, INPP1, MAP2K4, MAP7, MAPT, MCM2, MRPL3, MTSS1, MYCN(4), NHLH2, NM23A, NRCAM, NTRK1, ODC1, PAICS, PDE4DIP, PIK3R1, PLAGL1, PLAT, PMP22, PRAME, PRDM2, PRKACB, PRKCZ, PTN, PTPRF, PTPRH, PTPRN2, QPCT, SCG2, SDHA(1), SLC25A5, SLC6A8, SNAPC1, TNFRSF, TYMS, UBC(2), ULK2 and WSB1. SybrGreen I dye.
Originally, raw data was available at vermeulen_all
) and smaller (vermeulen_sub
) datasets can be downloaded from ## 'reps' dataset
g1 <- gl(7, 4)
ml1 <- modlist(reps, model = l5)
plot(ml1, col = g1)
## 'rutledge' dataset
g2 <- gl(6, 20)
ml2 <- modlist(rutledge, model = l5)
plot(ml2, col = g2)
## 'lievens1' dataset
g3 <- gl(5, 18)
ml3 <- modlist(lievens1, model = l5)
plot(ml3, col = g3)
Run the code above in your browser using DataLab