base_net_ppi | R Documentation |
Processes a base network object for PPI enrichment tests. Takes the user supplied base network converts to a data frame. Removes duplicated edges. Tabulates the probability of seeing an interaction of the types specified in 'vect'.
base_net_ppi(i_net, vect, filt = "Edge")
i_net |
the initial network object eg. basic_network |
vect |
the edge attributes to tabulate |
filt |
the edge attribute name to remove duplicates of default. Edge |
## Not run: data(basic_network) base_net_ppi( i_net = 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.