read.qPCR: Reads in qRT-PCR file

Description Usage Arguments Details Value Author(s)

View source: R/functions.R

Description

Reads in file Reads in the qRT-PCR file. A tab delimited file containing CT qRT-PCR data

Usage

1
2
read.qPCR(file, exclude = NULL, sep = "\t", cellIDcol = 1,
  removeCol = NULL, cellStageCol = NULL)

Arguments

file

Path of file and name containing CT qRT-PCR data

exclude

Include names of genes that should be excluded from the analysis e.g. housekeeping genes that were used to normalize the data or for those that did not work well

sep

Separator used in file containing qPCR data

cellIDcol

Column containing the cell ID to be used

removeCol

Unnecessary columns to be removed

cellStageCol

Column containing cell stage data

Details

Reads in the qRT-PCR file. A tab delimited file containing normalized CT qRT-PCR data, assuming the first line is a header containing gene names and the first coloumn contains cell identifiers.

Value

A matrix where each row represents a cell and each coloumn a gene

Author(s)

Wajid Jawaid


wjawaid/bglab documentation built on May 4, 2019, 6:33 a.m.