Arguments
ens
character, a list of ensembl gene ids, of the form ENSG00xxxxxxxxx
dir
character, 'dir' is the location to download gene and cytoband information; if
left as NULL, depending on the value of getOption("save.annot.in.current"), the annotation
will either be saved in the working directory to speed-up subsequent lookups, or deleted
after use.
build
character, "hg18" or "hg19" (or 36/37) to show which reference to retrieve. The
default when build is NULL is to use the build from the current ChipInfo annotation
name.dups
logical, if TRUE then duplicates will have a suffix appended to force the
list to be unique (e.g, so it would be usable as rownames, or in a lookup table). Otherwise
duplicate entries will just appear in the list multiple times
name.missing
logical, if TRUE then missing values will be named as MISSING_n (n=1
to # of missing), ensuring a valid unique name if the results are to be used as rownames,
etc. If FALSE then these will be left as NA.
...
further arguments to get.gene.annot()