R/searchEntrez.R

Defines functions `searchEntrez`

`searchEntrez` <-
function(tagList, species='human') {
	return(lapply(tagList, .searchEntrezTag, species=species))
}

Try the GeneAnswers package in your browser

Any scripts or data that you put into this service are public.

GeneAnswers documentation built on Nov. 8, 2020, 4:53 p.m.