The core plotting component of plotEnrichment
feature_ggplot(x, usamp, limits, splitby)
A tbl
containing data for plotting.
The name of the user-supplied sample
Specify limits on data. Useful for controlling infinite estimation of odds ratio resulting from fisher's exact test. To remove limits, set c(-Inf, Inf). Default: c(-10, 15).
Metadata by which to split plots. Can be "none", "prediction", or "label".
A ggplot2 object.