Description Usage Arguments Value Examples
configure a bipartite graph relating tumor type to gene, using graphNEL
1 2 3 4 5 6 7 | bipg_tests(
stattab,
genes_adverse = NA,
genes_favorable = NA,
gpar_cex = 0.65,
gpar_lwd = 0
)
|
stattab |
a data.frame with columns 'tumor', 'gene', and 'tstat' |
genes_adverse |
a vector of genes whose increased expression is regarded as adverse |
genes_favorable |
a vector of genes whose increased expression is regarded as favorable |
gpar_cex |
tune size of graph labels |
gpar_lwd |
tune appearance of node boundaries |
a graphNEL instance (graph package)
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.