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

View source: R/getDrugName.R

getDrugNameR Documentation

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

Examples

nscSet <- c("609699", "94600")
getDrugName(nscSet)


CBIIT/rcellminer documentation built on Aug. 8, 2024, 12:15 p.m.