Description Usage Arguments Value Examples
Function to annotate genes
1 2 3 4 |
anotPackage |
Annotation package. |
toHTML |
If TRUE a html file will be created. |
outputDir |
Path of the file created. |
filename |
Name of the file |
myTitle |
Title of ??? |
specie |
Specie |
linksFile |
Name of the LinksFile |
It returns the time that the process least.
1 2 3 4 5 6 7 8 9 10 |
## Not run:
genes2annotate <- entrezs[unique(rownames(fitMain$p.value))]
genesAnnotated <-BasicP::GeneAnnotation(egIDs = genes2annotate, anotPackage = "org.Hs.eg",
toHTML = TRUE, outputDir = outputDir, filename = "Annotations",
myTitle = "Annotations for all genes analyzed", specie = "homo sapiens",
info2show = c( "Affymetrix", "EntrezGene", "GeneSymbol", "GeneName", "KEGG", "GO"),
linksFile = linksFile, maxGenes = NULL)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.