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
require(DAPARdata) data(Exp1_R25_pept) obj <- Exp1_R25_pept data <- Biobase::fData(obj)[,obj@experimentData@other$OriginOfValues] is.MV(data)