is.OfType {DAPAR}R Documentation

Similar to the function is.na but focused on the equality with the paramter 'type'.

Description

Similar to the function is.na but focused on the equality with the paramter 'type'.

Usage

is.OfType(data, type)

Arguments

data

A data.frame

type

The value to search in the dataframe

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.OfType(data, "MEC")

[Package DAPAR version 1.16.2 Index]