Learn R Programming

deepSNV (version 1.18.3)

p.val: Get p-values

Description

Convenience function to get the p-values from a deepSNV object.

Usage

p.val(deepSNV, ...)
"p.val"(deepSNV)

Arguments

deepSNV
a deepSNV-class object
...
Additional param passed to specific methods

Value

A matrix with the p-values.

Examples

Run this code
data(HIVmix)
p.val(HIVmix)[1:10,]

Run the code above in your browser using DataLab