peptr_is_ptm: Test if an object is of class 'peptr_ptm'

Description Usage Arguments Value Examples

View source: R/ptm-class.R

Description

Test if an object is of class peptr_ptm

Usage

1

Arguments

x

An object.

Value

TRUE if object is of class peptr_ptm and FALSE if it is not.

Examples

1
2
3
4
5
x <- peptr_ptm(c(5, 3, 8))
y <- c(5, 3, 8)

peptr_is_ptm(x)
peptr_is_ptm(y)

jeanmanguy/peptr documentation built on Feb. 3, 2020, 12:04 a.m.