checkMVs: Check an 'RGList' object for missing values

Description Usage Arguments Value Methods See Also Examples

Description

Checks each of the red and green foreground and background channels in an RGList object for missing values.

Usage

1
2
3
checkMVs(obj)
## S4 method for signature 'RGList'
checkMVs(obj)

Arguments

obj

An RGList object

Value

Returns a list with the following components

R.na

index of missing values in the red channel (obj$R)

Rb.na

index of missing values in the red background channel (obj$Rb)

G.na

index of missing values in the green channel (obj$G)

Gb.na

index of missing values in the green background channel (obj$Gb)

Methods

signature(obj = "RGList")

See Also

fixMVs, checkOutliers, fixOutliers

Examples

1
2

MmPalateMiRNA documentation built on April 28, 2020, 7:54 p.m.