Description Usage Format Source References Examples
This is sample bioactivity data, taken from assay identifier (aid) 1000 in the NCBI PubChem Bioassay database. These data are provided for testing the bioassayR library.
1 |
A data frame with activity scores for 4 distinct compounds.
cid
unique compound identifer
activity
1=active, 0=inactive, NA=other
score
activity scores
http://pubchem.ncbi.nlm.nih.gov NCBI PubChem
http://pubchem.ncbi.nlm.nih.gov NCBI Pubchem
1 2 3 4 5 | ## create a new bioassay object from these sample data
data(samplebioassay)
myassay <- new("bioassay",aid="1000", source_id="PubChem BioAssay", targets="116516899",
target_types="protein", scores=samplebioassay)
myassay
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.