ptms_graph: Post-translational modifications (PTMs) graph

Description Usage Arguments Value See Also Examples

View source: R/graph.R

Description

transforms the ptms interactions data.frame to igraph object

Usage

1
ptms_graph(ptms)

Arguments

ptms

data.frame created by import_omnipath_enzsub

Value

An igraph object

See Also

import_omnipath_enzsub

Examples

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

OmnipathR documentation built on Nov. 8, 2020, 8:10 p.m.