Plot htable levels

plot_htable(type = "ko", select = NULL, htable = NULL)

Arguments

type

"ko", "module", "pathway", "compound"

select

select ids

htable

custom a htable

Value

ggplot

Examples

# \donttest{
data("KO_abundance_test")
plot_htable(select = rownames(KO_abundance))
#> =================================load KO_htable=================================
#> ==============KO_htable download time: 2023-07-31 03:21:54.040036===============
#> If you want to update KO_htable, use `update_htable(type='ko')`
#> Warning: Vectorized input to `element_text()` is not officially supported.
#>  Results may be unexpected or may change in future versions of ggplot2.

# }