getDrugName | R Documentation |
Get the drug names for a set of NSC identifiers.
getDrugName(nscSet)
nscSet |
A character vector of NSC strings |
A named character vector indicating the compound names for each NSC in nscSet (with an empty string returned if no such information is available, and an NA returned if the NSC is not included in the CellMiner database).
nscSet <- c("609699", "94600")
getDrugName(nscSet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.