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

View source: R/metacell.R

match.metacellR 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

match.metacell(metadata, pattern, level)

Arguments

metadata

A data.frame

pattern

The value to search in the dataframe

level

xxx

Value

A boolean dataframe

Author(s)

Samuel Wieczorek

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R25_pept[1:10,]
metadata <- GetMetacell(obj)
m <- match.metacell(metadata, pattern="missing", level = 'peptide')


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.