Reactome2Enrich: Get enrichment matrix of enriched Reactome pathway

Description Usage Arguments Value Examples

Description

Get enrichment matrix of enriched Reactome pathway

Usage

1
2
Reactome2Enrich(geneIDs, inputSpecies, adjustMethod, filterValue, imgWidth,
  imgHeight)

Arguments

geneIDs

gene identifiers

inputSpecies

human, mouse, rat

adjustMethod

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

filterValue

must by numeric, value from 0 to 1

imgWidth

the width of export file

imgHeight

the height of export file

Value

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

Examples

1
2
3
4
5
6
data(inputSample)
inputSample<-as.data.frame(inputSample)
head(inputSample)

reactomePValueMatrix<-Reactome2Enrich(geneIDs=as.character(inputSample$entrezgene),
                                      "mouse","fdr",0.05,15,20)

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