searchEntrez {GeneAnswers} | R Documentation |
A function to search Entrez website by one given keywords list.
searchEntrez(tagList, species = "human")
tagList |
keyword list to search on Entrez. |
species |
specie for search on Entrez. |
an Entrez ID list containing all of relative genes from Entrez database.
Pan Du, Gang Feng and Simon Lin
Feng, G., Du, P., Krett, N., Tessel, M., Rosen, S., Kibbe, W.A. and Lin, S.M., 'A collection of bioconductor methods to visualize gene-list annotations', BMC Research Notes 2010, 3:10
tagList <- list(FSHR=c('"FSHR"', '"Follicle stimulating hormone receptor"'), apoptosis=c('apoptosis')) ## Not run: entrezList <- searchEntrez(tagList, species='mouse')