doGeneAnnotation: doGeneAnnotation

Description Usage Arguments Examples

View source: R/doGeneAnnotation.R

Description

Function that annotates a data set.

Usage

1
doGeneAnnotation(AnotList)

Arguments

AnotList

List object that contains the parameters needed to carry out the analysis.

Examples

 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)

uebvhir/BasicP4microArrays documentation built on Nov. 5, 2019, 11:03 a.m.