Skip to contents

Faceted horizontal bar chart showing disease indications grouped by clinical trial stage. Each stage gets its own panel listing the individual disease names.

Usage

plot_indications(df, top_n = 10)

Arguments

df

A tibble returned by indicationsQuery.

top_n

Integer: max diseases to show per stage panel (default: 10).

Value

A ggplot object.

Examples

if (FALSE) { # \dontrun{
ind <- indicationsQuery(chemblId = "CHEMBL941")
plot_indications(ind)
} # }