derived_net_ppi | R Documentation |
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'.
derived_net_ppi(d_net, vect, filt = "Edge")
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 |
## Not run: derived_net_ppi( i_net = list(basic_network), vect =c( 'Brain', 'Heart', 'Kidney', 'Liver', 'Lung', 'Muscle', 'Thymus' ) ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.