ppi_enrichment | R Documentation |
Takes inputs of base network stats from 'base_net_ppi' in the form of a list and derived network stats from 'derived_net_ppi' in the form of a list of lists.
ppi_enrichment(base, derived)
base |
The Base Enrichment Network Stats from 'base_net_ppi' |
derived |
The Derived Enrichment Network Stats from 'derived_net_ppi' |
## Not run: data(basic_network) base <- base_net_ppi( i_net = basic_network, vect =c( 'Brain', 'Heart', 'Kidney', 'Liver', 'Lung', 'Muscle', 'Thymus' ) ) derived <- derived_net_ppi( i_net = list(basic_network), vect =c( 'Brain', 'Heart', 'Kidney', 'Liver', 'Lung', 'Muscle', 'Thymus' ) ) ppi_enrichment(base=base, derived=derived) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.