signifTest: signifTest

Description Usage Arguments Value

View source: R/signifTest.R

Description

Computes a p.value using a two-sample t-test with H0 = "two.sided" for the indicated gene. See t.test for more information.

Usage

1
signifTest(dCTObj, gene.name, var.equal = FALSE)

Arguments

dCTObj

A data.frame generated from the get_dCT_singleRep or get_dCT_bioReps function.

gene.name

Name of the gene for which to compute the t-test.

var.equal

Boolean indicating whether or not to treat the variance as equal.

Value

A list containing the components indicated in t.test. Also prints a message reporting the calculated p.value.


sccallahan/WARPqpcr documentation built on March 1, 2020, 1:23 a.m.