KEGGAnalysis: KEGGAnalysis

Description Usage Arguments Examples

Description

Function to make KEGG analysis.

Usage

1
2
3
4
KEGGAnalysis(fitMain, whichContrasts, comparison.Name, outputDir, anotPackage,
  organisme, my.IDs, addGeneNames = TRUE, fileOfLinks,
  cutoffMethod = c("adjusted", "unadjusted"), P.Value.cutoff = rep(0.05,
  length(whichContrasts)), pval = 0.05, thrLogFC = NULL, minNumGens = 0)

Arguments

fitMain

????

whichContrasts

????

comparison.Name

????

outputDir

????

anotPackage

????

organisme

????

my.IDs

????

addGeneNames

????

fileOfLinks

????

cutoffMethod

????

P.Value.cutoff

????

pval

????

thrLogFC

????

minNumGens

????

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
## 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)

Merguerrero/BasicP documentation built on May 20, 2019, 2:24 p.m.