getSmiles: Get the SMILES strings for a set of NSC identifiers.

Description Usage Arguments Value Examples

View source: R/getSmiles.R

Description

Get the SMILES strings for a set of NSC identifiers.

Usage

1
getSmiles(nscSet)

Arguments

nscSet

A character vector of NSC strings

Value

A named character vector indicating the SMILES string for each NSC in nscSet (or NA if no structural information is available).

Examples

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

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