plot_pathway: visualize pathway-based network.

Description Usage Arguments Examples

Description

Visualized pathway-based network, this function takes network_from_significant_branches output as input.

Usage

1

Arguments

net

An igraph object.

...

Other parameters.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 

prepare_ma()
res.gene <- perform_gene_pathway(hnsc_mut_part, hnsc_exp_part)
res.network <- perform_network_pathway(res.gene[[2]], res.gene[[3]], hnsc_expressed_genes)

g <- network_from_significant_branches(res.network)
plot_pathway(g)

## End(Not run)

ys-amms/bionexr documentation built on May 4, 2019, 5:33 p.m.