EPostNCBI: NCBI EPost API

Description Usage Arguments Details Value Author(s) References Examples

View source: R/epost.R

Description

NCBI Database API - Directly use NCBI EPost API

Usage

1
EPostNCBI(postPara, ...)

Arguments

postPara

A named list of HTTP POST terms. For example, "db" is E-utility Database Name, see http://www.ncbi.nlm.nih.gov/books/NBK25497/table/chapter2.T._entrez_unique_identifiers_ui/?report=objectonly.

...

Parameters inherited from the "postForm()" function in the "RCurl" package.

Details

NCBI EPost provide thousands of queries in one HTTP POST.

Value

A names list containing "QueryKey", "Count", "WebEnv".

Author(s)

Yulong Niu niuylscu@gmail.com

References

Entrez Programming Utilities Help http://www.ncbi.nlm.nih.gov/books/NBK25499/

Examples

1
2
genePara <- list(db = "gene", id="948242,15486644")
genePost <- EPostNCBI(genePara)

YulongNiu/NCBI_API documentation built on Nov. 22, 2021, 3:25 a.m.