Learn R Programming

rcellminer (version 1.4.2)

getDrugName: Get the drug names for a set of NSC identifiers.

Description

Get the drug names for a set of NSC identifiers.

Usage

getDrugName(nscSet)

Arguments

nscSet
A character vector of NSC strings

Value

  • 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).

concept

rcellminer

Examples

Run this code
nscSet <- c("609699", "94600")
getDrugName(nscSet)

Run the code above in your browser using DataLab