Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

padj.qpcr

Calculates adjusted p-values corrected for multiple comparisons


Description

Takes the output of HPDplot(...,plot=FALSE), adds two columns of adjusted p-values (z and mcmc) Disregards the entries corresponding to control genes

Usage

padj.qpcr(data, controls = NULL, method = "BH")

Arguments

data

Output of HPDplot(...,plot=FALSE); may be several several such outputs concatenated with rbind

controls

A vector of control gene names

method

p-value correction method (see function p.adjust), default is Benjamini-Hochberg

Value

The dataframe derived from the input, with added columns "padj.z" and "padj.mcmc". See tutorial for examples.

Author(s)

Mikhail V. Matz, matz@mail.utexas.edu

References

Matz MV, Wright RM, Scott JG (2013) No Control Genes Required: Bayesian Analysis of qRT-PCR Data. PLoS ONE 8(8): e71448. doi:10.1371/journal.pone.0071448


MCMC.qpcr

Bayesian Analysis of qRT-PCR Data

v1.2.4
GPL-3
Authors
Mikhail V. Matz
Initial release
2020-03-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.