ptms_graph {OmnipathR}R Documentation

Post-translational modifications (PTMs) graph

Description

transforms the ptms interactions data.frame to igraph object

Usage

ptms_graph(ptms)

Arguments

ptms

data.frame created by import_omnipath_enzsub

Value

An igraph object

See Also

import_omnipath_enzsub

Examples

ptms = import_omnipath_enzsub(resources=c("PhosphoSite", "SIGNOR"))
ptms_g = ptms_graph(ptms = ptms )

[Package OmnipathR version 2.0.0 Index]