is.OfType {DAPAR} | R Documentation |
is.na
but focused on the equality with the paramter 'type'.Similar to the function is.na
but focused on the equality with the paramter 'type'.
is.OfType(data, type)
data |
A data.frame |
type |
The value to search in the dataframe |
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.OfType(data, "MEC")