plotRank {easybio} | R Documentation |
Visualization of GSEA Rank Statistics
Description
The plotRank
function visualizes the ranked statistics of a GSEA (Gene Set Enrichment Analysis) analysis.
The function creates a plot where the x-axis represents the rank of each gene, and the y-axis shows
the corresponding ranked list metric.
Usage
plotRank(stats)
Arguments
stats |
A numeric vector containing the ranked statistics from a GSEA analysis. |
Value
ggplot2 object
[Package easybio version 1.1.1 Index]