get.pipettingScheme: Get A Tibble With A Pipetting Scheme For qPCR

Description Usage Arguments Examples

Description

Get A Tibble With A Pipetting Scheme For qPCR

Usage

1
2
get.pipettingScheme(names_gene, names_cond, rep_qpcr, rep_tech,
  rep_biol = 1, first_col = 1, nrow = 16)

Arguments

names_gene

character vector containing names of the genes measured

names_cond

character vector containing names of the conditions

rep_qpcr

number of technical replicates in the qPCR per sample

rep_tech

number of technical replicates e.g., in cell culture per condition of a biological replicate

rep_biol

number of biological replicates

first_col

first column with samples

nrow

number of rows with samples

Examples

1
2
3
get.pipettingScheme(names_gene = c("Ucp1", "Gapdh"),
    names_cond = c("NTC", "CL", "iso"), rep_qpcr = 2,
    rep_tech = c(3,3,2), rep_biol = 2)

kiefer-ch/qpcRo documentation built on May 31, 2019, 1:57 p.m.