parse {SMILES} R Documentation

Parse the SMILES molecule structre string

Description

Usage

parse(SMILES,
    strict = TRUE);

Arguments

SMILES

[as string]

strict

[as boolean]

Details

SMILES denotes a molecular structure as a graph with optional chiral indications. This is essentially the two-dimensional picture chemists draw to describe a molecule. SMILES describing only the labeled molecular graph (i.e. atoms and bonds, but no chiral or isotopic information) are known as generic SMILES.

Authors

BioNovoGene

Value

A chemical graph object that could be used for build formula or structure analysis

clr value class

Examples


[Package SMILES version 1.0.0.0 Index]