as_adv_edge: Coerce objet to an advanced edge list

View source: R/adv_tbl_as_adv_table.R

as_adv_edgeR Documentation

Coerce objet to an advanced edge list

Description

Advanced edge lists only contain information about the edges and include:

  • source_nodeset_class

  • source_nodeset_name

  • sourcce_node_name

  • target_nodeset_class

  • target_nodeset_name

  • target_node_name

  • link_value

  • network_name

Usage

as_adv_edge(x, ...)

## S3 method for class 'adv_tbl'
as_adv_edge(x)

## S3 method for class 'data.frame'
as_adv_edge(x, source_node_name, target_node_name)

Arguments

x

object to coerce to advanced edge list

...

aditional arguments to pass on to methods

source_node_name

column with the source node name

target_node_name

column with the target node name


chris-s-friedman/Friedman documentation built on Feb. 12, 2023, 8:02 p.m.