Description Usage Arguments Value Examples
Plot barplot
1 | Key2EnrichBarplot(filterValuePathNameDF, type, imgWidth, imgHeight)
|
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 |
data in dataframe class with pValue, adjust pValue
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.