Description Usage Arguments Value Author(s) Examples
Retrieves a list of aids as a single bioassaySet
matrix object
1 | getAssays(database, aids)
|
database |
A |
aids |
One or more assay identifier strings (aid), matching aid(s) for assays loaded into the database. |
A bioassaySet
object containing data from the specified assays.
Tyler William H Backman
1 2 3 4 5 6 7 8 9 10 11 | ## connect to a test database
extdata_dir <- system.file("extdata", package="bioassayR")
sampleDatabasePath <- file.path(extdata_dir, "sampleDatabase.sqlite")
sampleDB <- connectBioassayDB(sampleDatabasePath)
## retrieve three assays
assays <- getAssays(sampleDB, c("673509","103","105"))
assays
## disconnect from sample database
disconnectBioassayDB(sampleDB)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.