Description Usage Arguments Value Author(s) See Also Examples
View source: R/BuildStructandSeries.R
This function takes the output of buildSmiles
and
returns the first SMILES entry per molecular formula.
1 | trimBuiltSmiles(smiles_list)
|
smiles_list |
A list of |
Returns a vector containing the resulting SMILES codes
Emma Schymanski <emma.schymanski@uni.lu>
buildSmiles
, MolFormFromSmiles.rcdk
.
To view created SMILES: renderSMILES.CDKdepict
, renderSMILES.rcdk
.
1 2 3 | LAS_gen_smiles <- "OS(=O)(=O)c1ccc(cc1)C([R1])[R2]"
LAS_smiles <- buildSmiles(LAS_gen_smiles, "{C,C}", splitRrange(LAS_gen_smiles, "{9-13}"))
trimBuiltSmiles(LAS_smiles)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.