Create_hyperParam: Create param for hyper analysis

View source: R/createParam.R

Create_hyperParamR Documentation

Create param for hyper analysis

Description

Create param for hyper analysis

Usage

Create_hyperParam(
  goParam = NULL,
  keggParam = NULL,
  customGO = FALSE,
  customKEGG = FALSE,
  skipGO = FALSE,
  skipKEGG = FALSE
)

Arguments

goParam

arguments in enrichGO or enricher except gene.

keggParam

arguments in enrichKEGG or enricher except gene.

customGO

logic. FALSE for enrichGO, TRUE for enricher

customKEGG

logic. FALSE for enrichKEGG, TRUE for enricher

skipGO

logical, set parameters as NULL for skip this step

skipKEGG

logical, set parameters as NULL for skip this step

Value

hyperParam

Examples

Create_hyperParam()

xiayh17/RNAseqStat2 documentation built on May 27, 2023, 12:13 p.m.