Description Usage Arguments Examples
View source: R/doGeneAnnotation.R
Function that annotates a data set.
1 | doGeneAnnotation(AnotList)
|
AnotList |
List object that contains the parameters needed to carry out the analysis. |
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
organisme <- "hsa"
AnotList <- list(fitMain = NULL, fitFileName = fitFileName, my.IDs = "entrezTable",
anotPackage = "org.Hs.eg", toHTML = TRUE, outputDir = outputDir,
anotFilename = "Annotations",
titleAnotations = "Annotations for all genes analyzed", specie = "homo sapiens",
info2show = c("Affymetrix", "EntrezGene", "GeneSymbol",
"GeneName", "KEGG", "GO"),
linksFile = linksFile, numGenesPerPage = NULL)
BasicP::doGeneAnnotation(AnotList)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.