Description Usage Arguments Value Author(s) See Also Examples
View source: R/BuildStructandSeries.R
This works behind the scenes of buildSmiles
on individual R groups, but can be
used independently. This performs basic string manipulation on SMILES codes to generate
systematic homologues, facilitaing the generation of identifiers for structures
that may not exist in databases for use in MS workflows.
This requires a decent understanding of SMILES as the text manipulation can have
unexpected consequences.
1 | RtoSMILES(genSmiles, R_format, R_smiles, R_range)
|
genSmiles |
A "Generic" |
R_format |
The format of the R group to replace, including square brackets, e.g.
|
R_smiles |
The valid |
R_range |
The range for each R group (start-end). |
Returns a vector containing the resulting SMILES codes
Emma Schymanski <emma.schymanski@uni.lu>
buildSmiles
, splitRrange
, adjustRgroup
,
To view created SMILES: renderSMILES.CDKdepict
, renderSMILES.rcdk
.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.