Learn R Programming

triplex (version 1.12.0)

pvalue: P-value accessor

Description

Gets the P-values of an object.

Usage

pvalue(x, ...)

Arguments

x
An object to get the P-values of.
...
Additional arguments.

Examples

Run this code
t <- triplex.search(DNAString("TATTTATTTTTTCATCTTCTTTTTTTATTTTT"))
pvalue(t);

Run the code above in your browser using DataLab