powered by
This function takes an rcdk iatomcontainer and returns SMILES
iatom.to.smiles(iatoms, smitype = "Canonical", silent = TRUE)
list of iatomcontainers
Which type of SMILES to export?, Default: 'Canonical'
Suppress warnings?, Default: TRUE
character vector of SMILES in the chosen format
get.smiles,smiles.flavors jcall
get.smiles
smiles.flavors
jcall
# NOT RUN { iatom = smiles.to.iatom(c('OC[C@H]1OC(O)[C@H](O)[C@H](O)[C@H]1O')) smi = iatom.to.smiles(iatom) # }
Run the code above in your browser using DataLab