oraclot: Dot Plot

Description Usage Arguments

View source: R/plots.R

Description

Creates a dot plot from the output of 'oracl::oraclient'.

Usage

1
oraclot(df, top_n = 50, trunc = 20, side = "left", include_ID = TRUE)

Arguments

df

A dataframe generated using 'oracl::oraclient'.

top_n

if set, number of terms that should be labelled. Default: '50'. Select 'NULL' for no filter at all (not recommended, will get cluttered).

trunc

To which size should Term-label be truncated? Defaults to '20'

side

From which side should truncation happen? Defauls to 'left'

include_ID

should GO_ID be included in plot labels? Defaults to 'TRUE'


lmuenter/oracl documentation built on Aug. 8, 2021, 8:41 a.m.