parse_smiles | R Documentation |
Parse molecules from a vector of SMILES strings.
parse_smiles(string)
string |
A vector of SMILES string(s). |
parse_smiles("Cc1ccccc1")
parse_smiles(c("Cc1ccccc1", "CCN(CC)CC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.