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