Learn R Programming

xps (version 1.32.0)

validCall-methods: Get Valid Detection Call Values

Description

Extracts valid present call values with unit names as row names.

Usage

validCall(object, which = "UnitName") validPVal(object, which = "UnitName")

Arguments

object
object of class CallTreeSet.
which
name of column containing unit name.

Value

A data.frame.

Details

Method validCall returns the present calls from slot detcall as data.frame and uses column which as row names, usually the probeset IDs stored in column “UnitName”.

Method validPVal returns the detection call p-values from slot data as data.frame and uses column which as row names, usually the probeset IDs stored in column “UnitName”.

See Also

validData, validExpr