Learn R Programming

FastRet (version 1.3.0)

as_canonical: Canonicalize SMILES

Description

Convert SMILES to canonical form.

Usage

as_canonical(smiles)

Value

Character vector of canonical SMILES.

Arguments

smiles

Character vector of SMILES.

Examples

Run this code
as_canonical(c("CCO", "C(C)O"))

Run the code above in your browser using DataLab