bipg_tests | R Documentation |
configure a bipartite graph relating tumor type to gene, using graphNEL
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)
bipg_tests(k23sig)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.