derived_net_ppi: Derived Network Processing For PPI Enrichment

derived_net_ppiR Documentation

Derived Network Processing For PPI Enrichment

Description

Processes a a list object of derived network object(s) for PPI enrichment tests. Takes the user supplied base networks converts to a data frame. Removes duplicated edges. Tabulates the probability of seeing an interaction of the types specified in 'vect'.

Usage

derived_net_ppi(d_net, vect, filt = "Edge")

Arguments

d_net

a list of derived network object(s) eg. list(test_net_A)

vect

the edge attributes to tabulate

filt

the edge attribute name to remove duplicates of default. Edge

Examples

## Not run: 
derived_net_ppi( 
 i_net = list(basic_network), 
 vect =c( 'Brain', 'Heart', 'Kidney', 'Liver',
    'Lung', 'Muscle', 'Thymus'
  ) 
)

## End(Not run)

jgockley62/igraphNetworkExpansion documentation built on April 15, 2022, 12:14 a.m.