Skip to contents

Tells if an interaction data frame has an extra_attrs column

Usage

has_extra_attrs(data)

Arguments

data

An interaction data frame.

Value

Logical: TRUE if the data frame has the "extra_attrs" column.

Examples

i <- import_omnipath_interactions(fields = 'extra_attrs')
has_extra_attrs(i)
#> [1] TRUE