Skip to contents

as_glycoproteomic_se() converts supported objects to a GlycoproteomicSE object. Existing GlycoproteomicSE objects are returned unchanged. experiment() objects are first converted with as_se(), and SummarizedExperiment objects are reclassified after GlycoproteomicSE validity checks pass.

is_glycoproteomic_se() checks whether an object inherits from GlycoproteomicSE.

Usage

as_glycoproteomic_se(x)

is_glycoproteomic_se(x)

Arguments

x

An object to coerce or check.

Value

as_glycoproteomic_se() returns a GlycoproteomicSE object. is_glycoproteomic_se() returns a logical value.