Key2EnrichBarplot: Plot barplot

Description Usage Arguments Value Examples

Description

Plot barplot

Usage

1
Key2EnrichBarplot(filterValuePathNameDF, type, imgWidth, imgHeight)

Arguments

filterValuePathNameDF

matrix of enriched dataset

type

the type of mapping database, KEGG, Reactome, BP, MF, CC

imgWidth

the width of export file

imgHeight

the height of export file

Value

data in dataframe class with pValue, adjust pValue

Examples

1
2
3
4
5
6
7
8
9
data(inputSample)
inputSample<-as.data.frame(inputSample)

thisKEGGEnricherMatrix<-KEGGEnricherMatrixRealTime(inputSample,
                                                   "mouse",
                                                   "fdr",
                                                   "fdr",
                                                   0.05)
Key2EnrichBarplot(thisKEGGEnricherMatrix,"KEGG",15,20)

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