The basic Pathway Commons table that comprises the foundation of the network This is all SIF Pathway commons interactions loaded into a network. The CHEMI interactions are present. The igraph network object consisting of 30,910 genes and 1,902,605 interactions.

basic_network_table

Format

A list object

basic_network_table$total

total Pathway Commons Database in an dataframe

basic_network_table$to

Origin Vertex

basic_network_table$from

Target Vertex

basic_network_table$interaction

Type of interaction

basic_network_table$Occurance

how many Pathway Commons databases record an interaction between to and from vertex

basic_network_table$UniqCol

The Unique Code of the entire interaction

basic_network_table$pathway

The Pathway(s) in Pathway commons this interaction is documented in as a list object

basic_network_table$EdgeRep

How many interaction types are there between to and from vertacies

basic_network_table$Edge

The to:from name desigantion of the edge

basic_network_table$SumOccurancel

how many times is to vertex connected to from vertex across all pathway commons data bases and interaction types

basic_network$graph

A list of igraph network objects by interaction type, all edge and vertex attributes are the same as basic_network$network

...