results_enrichmentTest: Resutls of hypergeometric gene set enrichment test

Description Usage Arguments Value

View source: R/diff_analysis_gene_set_enrichment.R

Description

Run hypergeometric enrichment test and combine significant pathways into a data.frame

Usage

1
2
3
4
5
6
7
results_enrichmentTest(
  differentialGenes,
  enrichment_qval,
  GeneSets,
  GeneSetsDf,
  GenePool
)

Arguments

differentialGenes

Genes significantly over / under expressed

enrichment_qval

Adusted p-value threshold above which a pathway is considered significative

GeneSets

List of pathways

GeneSetsDf

Data.frame of pathways

GenePool

Pool of possible genes for testing

Value

A data.frame with pathways passing q.value threshold


ChromSCape documentation built on Nov. 8, 2020, 6:57 p.m.