Faceted horizontal bar chart showing disease indications grouped by clinical trial stage. Each stage gets its own panel listing the individual disease names.
Arguments
- df
A tibble returned by
indicationsQuery.- top_n
Integer: max diseases to show per stage panel (default: 10).
Examples
if (FALSE) { # \dontrun{
ind <- indicationsQuery(chemblId = "CHEMBL941")
plot_indications(ind)
} # }
