parse_sdf | R Documentation |
Parse molecules from SDF/MOL text block.
parse_sdf(string)
string |
A SDF/MOL text block string. |
str_single <- readr::read_file(tidychem_example("single.mol"))
str_multiple <- readr::read_file(tidychem_example("5ht3ligs.sdf"))
parse_sdf(str_single)
parse_sdf(str_multiple)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.