multipleHyperGeoTest: Multiple hyper geomatrix test, include 2xn, 2x2

View source: R/Subtyping.R

multipleHyperGeoTestR Documentation

Multiple hyper geomatrix test, include 2xn, 2x2

Description

Multiple hyper geomatrix test, include 2xn, 2x2

Usage

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
)

Arguments

not.consider

Examples

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")

ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.