InputFrame: Build an InputFrame from a ReaderClass or a data frame

Description Usage Arguments Value Author(s) Examples

Description

Generally an InputFrame is built from a ReaderClass (e.g. InputReader), or a data.frame. See the example below for building an object from a valid data.frame.

Usage

1
  InputFrame(object)

Arguments

object

A data.frame with three columns: Sample, Detector, and Ct

Value

A object of class InputFrame

Author(s)

Jitao David Zhang mailto: jitao_david.zhang@roche.com

Examples

1
2
3
4
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)

Example output



ddCt documentation built on Nov. 8, 2020, 4:57 p.m.