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

Description Usage Arguments Value Examples

View source: R/getDrugName.R

Description

Get the drug names for a set of NSC identifiers.

Usage

1
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

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

CBIIT/rcellminer documentation built on July 28, 2021, 8:51 a.m.