checkMVs {MmPalateMiRNA}R Documentation

Check an RGList object for missing values

Description

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

Usage

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

data(PalateData)
mvs <- checkMVs(PalateData)

[Package MmPalateMiRNA version 1.30.0 Index]