DotPlotPathway: DotPlotPathway

Description Usage Arguments Value Examples

Description

Plot dotplot for enrichment pathway

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
DotPlotPathway(object, ...)

.dotPlotPathway(
  object = NULL,
  genes.source = c("CTS", "MC", "Bicluster"),
  showCategory = 20
)

## S4 method for signature 'IRISFGM'
DotPlotPathway(
  object = NULL,
  genes.source = c("CTS", "MC", "Bicluster"),
  showCategory = 20
)

Arguments

object

Input IRIS-FGM object

...

other arguments passed to methods

genes.source

Decide the plot source either "CTS", "MC" or "Bicluster." "CTS" means DEGs from DEsingle label, "MC" means DEGs from MC label, and "Bicluster" means using gene module from the selected bicluster.

showCategory

Show this number of pathway results.

Value

This function will generate dot plot for pathway enrichment results.

Examples

1
2
3
4
## Not run: 
DotPlotPathway(object,genes.source = "module" )

## End(Not run)

carter-allen/IRISFGM documentation built on Dec. 31, 2020, 9:54 p.m.