is.OfType: Similar to the function 'is.na' but focused on the equality...

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

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

Usage

1

Arguments

data

A data.frame

type

The value to search in the dataframe

Value

A boolean dataframe

Author(s)

Samuel Wieczorek

Examples

1
2
3
4
utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R25_pept
data <- Biobase::fData(obj)[,obj@experimentData@other$OriginOfValues]
is.OfType(data, "MEC")

DAPAR documentation built on April 11, 2021, 6 p.m.