Description Usage Arguments Value Examples
Get enrichment output matrix of enriched KEGG pathway
1 2 | KEGGEnricherMatrixRealTime(inputSample, inputSpecies, adjustMethod,
filterMethod, filterValue)
|
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 |
data in dataframe class with pValue, adjust pValue of significate KEGG pathway
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.