findaid: Search for Assay ID's

Description Usage Arguments Value Author(s) See Also Examples

Description

PubChem allows one to obtain the ID's of bio-assays that match a search string. This function uses the Entrez interface to supply a query string and return the ID's of matching bio-assays

Usage

1
find.assay.id(query, quiet=TRUE)

Arguments

query

A character string containing the query

quiet

If FALSE the output is verbose

Value

A numeric vector containing the ID's that match the search query

Author(s)

Rajarshi Guha rajarshi.guha@gmail.com

See Also

get.assay.desc, get.assay

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
## find assay ID's related to yeast
aids <- find.assay.id('yeast')

## get the description of the first 10 assays
descs <- lapply( lapply(as.list(aids[1:10]), get.assay.desc), function(x)
x$assay.desc )

## End(Not run)

rpubchem documentation built on May 2, 2019, 4:33 a.m.

Related to findaid in rpubchem...