Skip to contents

Constructs edge name strings in the format Cytoscape uses internally (source (interaction) target), suitable for use with RCy3::selectEdges.

Usage

getCyEdgeNames(edgefile)

Arguments

edgefile

A data frame with columns source, interaction, and target.

Value

A character vector of edge name strings.