checkMVs {MmPalateMiRNA} | R Documentation |
RGList
object for missing values
Checks each of the red and green foreground and background channels in
an RGList
object for missing values.
checkMVs(obj) ## S4 method for signature 'RGList' checkMVs(obj)
obj |
An |
Returns a list with the following components
R.na |
index of missing values in the red channel ( |
Rb.na |
index of missing values in the red background channel ( |
G.na |
index of missing values in the green channel ( |
Gb.na |
index of missing values in the green background channel ( |
signature(obj = "RGList")
fixMVs
, checkOutliers
, fixOutliers
data(PalateData) mvs <- checkMVs(PalateData)