getSmiles | R Documentation |
Get the SMILES strings for a set of NSC identifiers.
getSmiles(nscSet)
nscSet |
A character vector of NSC strings |
A named character vector indicating the SMILES string for each NSC in nscSet (or NA if no structural information is available).
nscSet <- c("609699", "94600")
getSmiles(nscSet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.