listGenes <- getGenes("WTSI","MGP_001","IMPC_CBC_001","IMPC_CBC_003_001")
for (geneIndex in 1:length(listGenes)) {
print(paste(listGenes[geneIndex],"-",
getName("gene_accession_id","gene_symbol",listGenes[geneIndex])))
}
Run the code above in your browser using DataLab