bipg_tests: configure a bipartite graph relating tumor type to gene,...

Description Usage Arguments Value Examples

View source: R/bipg_tests.R

Description

configure a bipartite graph relating tumor type to gene, using graphNEL

Usage

1
2
3
4
5
6
7
bipg_tests(
  stattab,
  genes_adverse = NA,
  genes_favorable = NA,
  gpar_cex = 0.65,
  gpar_lwd = 0
)

Arguments

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

Value

a graphNEL instance (graph package)

Examples

1

BiocOncoTK documentation built on Nov. 8, 2020, 6:03 p.m.