Description Usage Arguments Examples
Function to make KEGG analysis.
| 1 2 3 4 5 | 
| fitMain | ???? | 
| whichContrasts | ???? | 
| comparison.Name | ???? | 
| outputDir | ???? | 
| anotPackage | ???? | 
| organisme | ???? | 
| my.IDs | ???? | 
| addGeneNames | ???? | 
| fileOfLinks | ???? | 
| cutoffMethod | ???? | 
| P.Value.cutoff | ???? | 
| pval | ???? | 
| thrLogFC | ???? | 
| minNumGens | ???? | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## Not run: 
load("./ResultsDir/fit.Rda")
wCont <- 1:3
comparison.Name <-"Estudi"
outputDir <- "./ResultsDir"
orgPackage <-"org.Hs.eg"
organisme <-"hsa"
load("./ResultsDir/Entrezs.Rda")
addGeneNames <- TRUE
linksFileName <- "Links.txt"
cutoffMethod <-"unadjusted"
pval <- 0.05
minNumGens <-0
runMulticore <- 0
KEGGResult <- BasicP::KEGGAnalysis(fitMain = fit.main, whichContrasts = wCont,
comparison.Name = comparison.Name, outputDir = outputDir, anotPackage = orgPackage,
organisme = organisme, my.IDs = entrezTable, addGeneNames = addGeneNames,
fileOfLinks = linksFileName, cutoffMethod = cutoffMethod,
P.Value.cutoff = rep(0.05, length(wCont)), pval = pval,thrLogFC = 1,
minNumGens = minNumGens)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.