View source: R/enrichment_in_groups.R
enrichment_in_groups | R Documentation |
Calculate the enrichment in pathways using Fisher's exact or Kolgmorov-Smirnov test # access through leapr wrapper
enrichment_in_groups(
geneset,
targets = NULL,
background = NULL,
method = "fishers",
minsize = 5,
mapping_column = NULL,
abundance_column = NULL,
randomize = F
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.