
Last chance! 50% off unlimited learning
Sale ends in
visualize analyzing result of GSEA
gseaplot(x, geneSetID, by = "all", title = "", ...)# S4 method for gseaResult
gseaplot(
x,
geneSetID,
by = "all",
title = "",
color = "black",
color.line = "green",
color.vline = "#FA5860",
...
)
gseaplot.gseaResult(
x,
geneSetID,
by = "all",
title = "",
color = "black",
color.line = "green",
color.vline = "#FA5860",
...
)
object of gsea result
geneSet ID
one of "runningScore" or "position"
plot title
additional parameters
color of line segments
color of running enrichment score line
color of vertical line which indicating the maximum/minimal running enrichment score
ggplot2 object
ggplot2 object
plotting function for gseaResult
# NOT RUN {
library(DOSE)
data(geneList)
x <- gseDO(geneList)
gseaplot(x, geneSetID=1)
# }
Run the code above in your browser using DataLab