qpcR2CyclesSet: Transform a dataset from qpcR Package into CyclesSet

Description Usage Arguments Details Value Author(s) References See Also Examples

View source: R/qpcR2CyclesSet.R

Description

Transform a dataset from package qpcR into an object of class "CyclesSet".

Usage

1
qpcR2CyclesSet(x, cyc = 1, cycleThreshold)

Arguments

x

the name of the dataset from package qpcR to be transformed.

cyc

the column number which contains cycle data.

cycleThreshold

maximum number of cycles which the data will be counted and transformed.

Details

Allows the user to transform a dataset from package qpcR into an object of class "CyclesSet" class, alongside phenotypic data.

Value

Object of class "CyclesSet".

Author(s)

Nor Izayu Abdul Rahman, Matthias Kohl Matthias.Kohl@stamats.de

References

Perkins, JR, Dawes, JM, McMahon, SB, Bennett, DL, Orengo, C, Kohl, M (2012). ReadqPCR and NormqPCR: R packages for the reading, quality checking and normalisation of RT-qPCR quantification cycle (Cq) data. BMC Genomics, 13, 1:296.

See Also

reps, CyclesSet-class

Examples

1
2
3
4
5
6
7
8
9
  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)

ReadqPCR documentation built on Nov. 8, 2020, 6:52 p.m.