Description Usage Arguments Value Examples
Function to interate with GOAnalysis
1 | doGOAnalysis(GOPar)
|
GOPar |
List object that contains the parameters needed to carry out the analysis. |
GOResult
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
GOResult<-BasicP::GOAnalysis(fitMain = fitMain, whichContrasts = wCont,
comparison.Name = "Estudi", outputDir = outputDir,
anotPackage = "org.Hs.eg", my.IDs = entrezTable,
addGeneNames = TRUE, fileOfLinks = linksFile, thrLogFC = 1,
cutoffMethod = "adjusted",
P.Value.cutoff = rep(0.05, length(wCont)), pval = 0.01,
min.count = 3, ontologias = c("MF", "BP", "CC"),
testDirections = c("over", "under"), minNumGens = 0)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.