is.MV {DAPAR} | R Documentation |
is.na
but focused on the equality with the missing
values in the dataset (type 'POV' and 'MEC')Similar to the function is.na
but focused on the equality with the missing
values in the dataset (type 'POV' and 'MEC')
is.MV(data)
data |
A data.frame |
A boolean dataframe
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') obj <- Exp1_R25_pept data <- Biobase::fData(obj)[,obj@experimentData@other$OriginOfValues] is.MV(data)