
InputReader
), or a data.frame. See the example below
for building an object from a valid data.frame.
InputFrame(object)
InputFrame
testDf <- data.frame(Sample=rep(paste("Sample", 1:3), each=2),
Detector=rep(paste("Gene", 1:2), 3),
Ct=30+rnorm(6))
testInputFrame <- InputFrame(testDf)
Run the code above in your browser using DataLab