GSEA plot for specific gene set and factor using factorGSEA results
# S3 method for 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",
...
)
ggplot object
A factorGSEA
object.
Not used, for S3 method convention.
A character string for the gene set name to plot.
A character string (e.g. 'Factor_1') or just numeric index for the factor name to plot.
Numeric, size for x or y axis titles,
respectively. Default 10
.
Numeric, size for x or y axis text,
respectively. Default 8
.
Numeric, size for the main plot title. Default 12
.
Numeric, size for the caption text. Default 8
.
Color for the enrichment score line. Default
'green'
.
Numeric, line width for the enrichment score line.
Default 1
.
Color for the hits line. Default 'black'
.
Numeric, line width for the hits line. Default
0.5
.
Color for the loading bar. Default 'grey'
.
Not used.