A vector, list, or comm-sep string entrez/ensembl gene ids
fields
A vector of fields to return. If fields=="all", all available fields are returned.
...
Includes species as well as several other fields.
View available fields by calling ?metadata.
Also, see http://docs.mygene.info/en/latest/doc/annotation_service.html for complete argument details and syntax.
A MyGene object that describes how to connect to data resources. See MyGene-class. If missing, default object will be used that accesses the main MyGene.info portal. Default is recommended.
## Return the list of gene object for the given list of gene ids.getGenes(c(1017,1018))
## mix types of gene idsgetGenes(c(1017,1018,"ENSG00000148795"))