Description Usage Arguments Value Examples
View source: R/doKEGGAnalysis.R
Function to interate with KEGGAnalysis
1 | doKEGGAnalysis(KEGGPar)
|
KEGGPar |
List object that contains the parameters needed to carry out the analysis. |
KEGGResult
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | ## Not run:
KEGGParsList <- list()
KEGGPar <- list(fitFileName = "fit.Rda",
whichContrasts = 1:3,
comparisonName = "Estudi",
outputDir = "./ResultsDir",
anotPackage = "org.Hs.eg",
organisme = "mmu",
my.IDs = "entrezTable",
addGeneNames = TRUE,
fileOfLinks = linksFileName,
fitMain = NULL,
cutoffMethod = "unadjusted",
P.Value.cutoff = rep(0.01, length(wCont)),
pvalKEGGterms = 0.05,
minNumGens = 0)
KEGGParsList <- add2parsList (KEGGParsList, KEGGPar)
for(i in 1:length(KEGGParsList))
{
KEGGList <- BasicP::doKEGGAnalysis(KEGGParsList[i])
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.