searchEntrez: Search specified information from Entrez site

Description Usage Arguments Value Author(s) References Examples

Description

A function to search Entrez website by one given keywords list.

Usage

1
searchEntrez(tagList, species = "human")

Arguments

tagList

keyword list to search on Entrez.

species

specie for search on Entrez.

Value

an Entrez ID list containing all of relative genes from Entrez database.

Author(s)

Pan Du, Gang Feng and Simon Lin

References

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

Examples

1
2
tagList <- list(FSHR=c('"FSHR"', '"Follicle stimulating hormone receptor"'), apoptosis=c('apoptosis'))
## Not run: entrezList <- searchEntrez(tagList, species='mouse')

Example output

Loading required package: igraph

Attaching package:igraphThe following objects are masked frompackage:stats:

    decompose, spectrum

The following object is masked frompackage:base:

    union

Loading required package: RCurl
Loading required package: annotate
Loading required package: AnnotationDbi
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package:BiocGenericsThe following objects are masked frompackage:parallel:

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked frompackage:igraph:

    normalize, path, union

The following objects are masked frompackage:stats:

    IQR, mad, sd, var, xtabs

The following objects are masked frompackage:base:

    anyDuplicated, append, as.data.frame, basename, cbind, colnames,
    dirname, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
    grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget,
    order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
    rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply,
    union, unique, unsplit, which.max, which.min

Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: IRanges
Loading required package: S4Vectors

Attaching package:S4VectorsThe following object is masked frompackage:base:

    expand.grid

Loading required package: XML
Loading required package: RSQLite
Loading required package: MASS

Attaching package:MASSThe following object is masked frompackage:AnnotationDbi:

    select

Loading required package: Heatplus
Loading required package: RColorBrewer
Warning messages:
1: replacing previous importstats::decomposebyigraph::decomposewhen loadingGeneAnswers2: replacing previous importstats::spectrumbyigraph::spectrumwhen loadingGeneAnswers

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