plot_htable {ReporterScore}R Documentation

Plot htable levels

Description

Plot htable levels

Usage

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

Arguments

type

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

select

select ids

htable

custom a htable

Value

ggplot

Examples


data("KO_abundance_test")
plot_htable(select = rownames(KO_abundance))


[Package ReporterScore version 0.1.4 Index]