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)

rcellminer documentation built on Nov. 26, 2020, 2:02 a.m.