Arguments
geneList
a named integer or numeric vector, or a matrix with rows named by gene
identifiers
species
a single character value specifying the species for which the data should
be read. The current version supports one of the following species: "Dm"
("Drosophila_melanogaster"), "Hs" ("Homo_sapiens"), "Rn" ("Rattus_norvegicus"),
"Mm" ("Mus_musculus") and "Ce" ("Caenorhabditis_elegans").
initialIDs
a single character value specifying the type of initial identifiers for
input 'geneList'. Current version can take one of the following types:
"Ensembl.transcript", "Ensembl.prot", "Ensembl.gene", "Entrez.gene",
"RefSeq", "Symbol" and "GenBank" for all supported species; "Flybase",
"FlybaseCG" and "FlybaseProt" in addition for Drosophila Melanogaster;
"wormbase" in addition for Caenorhabditis Elegans.
finalIDs
a single character value specifying the type of initial identifiers for
input 'geneList'. Current version can take one of the following types:
"Ensembl.transcript", "Ensembl.prot", "Ensembl.gene", "Entrez.gene",
"RefSeq", "Symbol" and "GenBank" for all supported species; "Flybase",
"FlybaseCG" and "FlybaseProt" in addition for Drosophila Melanogaster;
"wormbase" in addition for Caenorhabditis Elegans.
keepMultipleMappings
a single logical value. If TRUE, the function keeps the entries with
multiple mappings (first mapping is kept). If FALSE, the entries with
multiple mappings will be discarded.
verbose
a single logical value specifying to display detailed messages (when
verbose=TRUE) or not (when verbose=FALSE)