multipleHyperGeoTest | R Documentation |
Multiple hyper geomatrix test, include 2xn, 2x2
multipleHyperGeoTest(
main.row.group,
minor.col.group,
row.prefix = "",
col.prefix = "",
lower.tail = FALSE,
title = "",
log10.lowest = 5,
print.fig = FALSE,
adjusted.p = NULL,
remove.na = FALSE,
bar.color = "npg",
chiq.square.test = T,
not.consider = NA
)
not.consider |
g1 = sample(c("G1","G2","G3"),10, replace = T)
g2 = sample(c("1","2","3"),10, replace = T)
res = loonR::multipleHyperGeoTest(g1, g2, col.prefix = "E")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.