Description Usage Arguments Value Author(s) See Also Examples
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
| 1 | find.assay.id(query, quiet=TRUE)
 | 
| query | A character string containing the query | 
| quiet | If  | 
A numeric vector containing the ID's that match the search query
Rajarshi Guha rajarshi.guha@gmail.com
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.