Description Usage Arguments Value Examples
Plot dotplot for enrichment pathway
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
)
|
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. |
This function will generate dot plot for pathway enrichment results.
1 2 3 4 | ## Not run:
DotPlotPathway(object,genes.source = "module" )
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.