plot_enrich | R Documentation |
Takes PPI enrichment object from 'ppi_enrichment' and plots it with either scaled or non-scaled values
plot_enrich(enrich_obj, scaled = "NO")
enrich_obj |
enrichment object from 'ppi_enrichment' |
scaled |
Scale the fold change by filter methods of each tissue default No. Values accepted; YES or NO |
## 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) plot_enrich(ppi_enrichment) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.