plotLollipop {sesame}R Documentation

plotLollipop creates a lollipop plot of log(estimate) given data with fields estimate.

Description

plotLollipop creates a lollipop plot of log(estimate) given data with fields estimate.

Usage

plotLollipop(data, n = 10, title = NA, subtitle = NA)

Arguments

data

DataFrame where each field is a database name with its estimate.

n

Integer representing the number of top enrichments to report. Optional. (Default: 10)

title

String representing the title label. Optional. (Default: NA)

subtitle

String representing the subtitle label. Optional. (Default: NA)

Value

ggplot lollipop plot

Examples

data = data.frame(estimate=c(runif(10, 0, 10)))
plotLollipop(data)


[Package sesame version 1.12.7 Index]