geom_gsea_gene | R Documentation |
label genes in running score plot
geom_gsea_gene(
genes,
mapping = NULL,
geom = ggplot2::geom_text,
...,
geneSet = NULL
)
genes |
selected genes to be labeled |
mapping |
aesthetic mapping, default is NULL |
geom |
geometric layer to plot the gene labels, default is geom_text |
... |
additional parameters passed to the 'geom' |
geneSet |
choose which gene set(s) to be label if the plot contains multiple gene sets |
ggplot object
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.