Description Usage Arguments Value Examples
Performe enrichment analysis based on KEGG pathway, plot barplot of significantly enriched KEGG pathway, mapping genes on KEGG pathway image
1 2 | Key2KEGGEnrich(inputSample, inputSpecies, adjustMethod, filterMethod,
filterValue, ifbarplot, ifMapOnPath, type, imgWidth, imgHeight)
|
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 |
ifbarplot |
barplot or not, TRUE/FALSE |
ifMapOnPath |
pathway mapping or not, TRUE/FALSE |
type |
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 of significate KEGG pathway
1 2 3 4 5 6 7 | data(inputSample)
inputSample<-as.data.frame(inputSample)
head(inputSample)
## Not run:
KEGGSigMx<-Key2KEGGEnrich(inputSample,"mouse","fdr","fdr",0.05,TRUE,TRUE,"KEGG",15,20)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.