reportCodelink {codelink} | R Documentation |
Takes a list of genes as argument and writes an HTML page containing informa- tion about these genes: Unigene, Genbank, Entrez Gene, etc.
reportCodelink(object, chip, filename = NULL, title = "Main title", probe.type = FALSE, other = NULL, other.ord = NULL)
object |
an object of class "Codelink" or a list of genes. |
chip |
the chip description package. |
filename |
file name used in the report. |
title |
title used in the report. |
probe.type |
logical; if TRUE Probe type information is writen. |
other |
list of vectors containing aditional values to add to the report. |
other.ord |
slot name in other to order genes by. |
Nothing, only the HTML file generated.
Diego Diez