plotEnrichmentResults: Plots results from clinicalEnrichment analysis

Description Usage Arguments Value See Also

View source: R/plotClinicalEnrichment.R

Description

Plots results from clinicalEnrichment analysis

Usage

1
2
3
4
5
6
7
8
9
plotEnrichmentResults(
  enrich_res,
  pVal = 0.05,
  cols = NULL,
  annoFontSize = 0.8,
  geneFontSize = 0.8,
  legendFontSize = 0.8,
  showTitle = TRUE
)

Arguments

enrich_res

results from clinicalEnrichment or signatureEnrichment

pVal

Default 0.05

cols

named vector of colors for factor in a clinical feature. Default NULL

annoFontSize

cex for annotation font size. Default 0.8

geneFontSize

cex for gene font size. Default 0.8

legendFontSize

cex for legend font size. Default 0.8

showTitle

Default TRUE

Value

returns nothing.

See Also

clinicalEnrichment signatureEnrichment


maftools documentation built on Feb. 6, 2021, 2 a.m.