Perform Gene Set Variation Analysis
KO_gsva(
reporter_res,
verbose = TRUE,
method = "wilcox.test",
p.adjust.method = "BH",
...
)
reporter_res
verbose
see ko.test
p.adjust.method
additional parameters to gsva
enrich_res
# \donttest{
## use `gsva` from the `GSVA` package.
if (requireNamespace("GSVA")) {
data("reporter_score_res")
gsva_res <- KO_gsva(reporter_score_res, p.adjust.method = "none")
}
#> Loading required namespace: GSVA
# }