Description Usage Arguments Examples
Function that do GOAnalysis
1 2 3 4 5 6 | GOAnalysis(fitMain, whichContrasts, comparison.Name, outputDir, anotPackage,
my.IDs, addGeneNames = TRUE, fileOfLinks, thrLogFC = NULL,
cutoffMethod = c("adjusted", "unadjusted"), P.Value.cutoff = rep(0.05,
length(whichContrasts)), pval = 0.05, min.count = 3,
ontologias = c("MF", "BP", "CC"), testDirections = c("over", "under"),
minNumGens = 0)
|
comparison.Name |
Name of the comparison. To identify the output. |
outputDir |
Path of the file created. |
anotPackage |
Annotation package. |
addGeneNames |
Vector of the gene names. |
fileOfLinks |
Name of the links file. |
thrLogFC |
Threshold for the logarithm Fold Change |
P.Value.cutoff |
Maximum value for the p.value. |
minNumGens |
Mimimum number of genes. |
1 2 3 4 5 6 7 8 9 10 11 |
## Not run:
library(GOstats)
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.