plot.factorGSEA | R Documentation |
GSEA plot for specific gene set and factor using factorGSEA results
## S3 method for class 'factorGSEA'
plot(
x,
y,
geneSetName,
useFactor,
xTitleSize = 10,
xTextSize = 8,
yTitleSize = 10,
yTextSize = 8,
titleSize = 12,
captionTextSize = 8,
ESLineColor = "green",
ESLinewidth = 1,
hitsLineColor = "black",
hitsLinewidth = 0.5,
loadingBarColor = "grey",
...
)
x |
A |
y |
Not used, for S3 method convention. |
geneSetName |
A character string for the gene set name to plot. |
useFactor |
A character string (e.g. 'Factor_1') or just numeric index for the factor name to plot. |
xTitleSize , yTitleSize |
Numeric, size for x or y axis titles,
respectively. Default |
xTextSize , yTextSize |
Numeric, size for x or y axis text,
respectively. Default |
titleSize |
Numeric, size for the main plot title. Default |
captionTextSize |
Numeric, size for the caption text. Default |
ESLineColor |
Color for the enrichment score line. Default
|
ESLinewidth |
Numeric, line width for the enrichment score line.
Default |
hitsLineColor |
Color for the hits line. Default |
hitsLinewidth |
Numeric, line width for the hits line. Default
|
loadingBarColor |
Color for the loading bar. Default |
... |
Not used. |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.