Description Usage Arguments Value Author(s) Examples
Returns a vector
of target ids contained within a
BioassayDB
, bioassay
, bioassaySet
, or target matrix (dgCMatrix
) object.
1 | allTargets(inputObject)
|
inputObject |
A |
A vector
of distinct target ids. No particular order
is guaranteed.
Tyler Backman
1 2 3 4 5 6 7 8 9 10 | ## connect to a test database
extdata_dir <- system.file("extdata", package="bioassayR")
sampleDatabasePath <- file.path(extdata_dir, "sampleDatabase.sqlite")
sampleDB <- connectBioassayDB(sampleDatabasePath)
## get all target ids
myTargets <- allTargets(sampleDB)
## disconnect from database
disconnectBioassayDB(sampleDB)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.