KEGGEnricherMatrixRealTime: Get enrichment output matrix of enriched KEGG pathway

Description Usage Arguments Value Examples

Description

Get enrichment output matrix of enriched KEGG pathway

Usage

1
2
KEGGEnricherMatrixRealTime(inputSample, inputSpecies, adjustMethod,
  filterMethod, filterValue)

Arguments

inputSample

input formatted sample

inputSpecies

human, mouse, rat

adjustMethod

p.adjust.methods, c("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none")

filterMethod

pValue or other character vector

filterValue

must by numeric, value from 0 to 1

Value

data in dataframe class with pValue, adjust pValue of significate KEGG pathway

Examples

1
2
3
4
5
6
data(inputSample)
inputSample<-as.data.frame(inputSample)
## Not run: 
thisKEGGEnricherMatrix<-KEGGEnricherMatrixRealTime(inputSample,"mouse","fdr","fdr",0.05)

## End(Not run)

ppdragondw/Key2Enrich documentation built on May 29, 2019, 7:39 a.m.