is.MV {DAPAR}R Documentation

Similar to the function is.na but focused on the equality with the missing values in the dataset (type 'POV' and 'MEC')

Description

Similar to the function is.na but focused on the equality with the missing values in the dataset (type 'POV' and 'MEC')

Usage

is.MV(data)

Arguments

data

A data.frame

Value

A boolean dataframe

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
obj <- Exp1_R25_pept
data <- Biobase::fData(obj)[,obj@experimentData@other$OriginOfValues]
is.MV(data)

[Package DAPAR version 1.16.9 Index]