library(qpcR)
## Transform the reps dataset from qpcR Package
## with maximum cycle to be read in the value is 45.
repsdata <- qpcR2CyclesSet(reps, cyc=1, cycleThreshold=45)
## Transform the batsch1 dataset from qpcR Package
## with maximum cycle to be read in the value is 40.
batsch1data <- qpcR2CyclesSet(batsch1, cyc=1, cycleThreshold=40)
Run the code above in your browser using DataLab