| canvasMol | Renders a molecule to canvas (using RdKit) TODO: should NOT be async See example: |
| checkSmiles | - |
| convert | - |
| descriptors | Calculates specified descriptors for the molecular column. See example: https://public.datagrok.ai/js/samples/domains/chem/descriptors |
| descriptorsTree | Returns available descriptors tree. See example: https://public.datagrok.ai/js/samples/domains/chem/descriptors |
| diversitySearch | Returns the specified number of most diverse molecules in the column. See example: https://datagrok.ai/help/datagrok/solutions/domains/chem/#similarity-and-diversity-search |
| drawMolecule | - |
| findSimilar | Computes similarity scores for molecules in the input vector based on a preferred similarity score. See example: https://public.datagrok.ai/js/samples/domains/chem/similarity-scoring-sorted |
| getSimilarities | Computes similarity scores for molecules in the input vector based on a preferred similarity score. See example: https://public.datagrok.ai/js/samples/domains/chem/similarity-scoring-scores |
| isMolBlock | - |
| isSmarts | - |
| mcs | Finds Most Common Substructure in the specified column. See example: https://public.datagrok.ai/js/samples/domains/chem/mcs |
| rGroup | Performs R-group analysis. See example: https://public.datagrok.ai/js/samples/domains/chem/descriptors |
| searchSubstructure | Searches for a molecular pattern in a given column, returning a bitset with hits. See example: https://public.datagrok.ai/js/samples/domains/chem/substructure-search-library |
| sketcher | Sketches Molecule sketcher. |
| smilesFromSmartsWarning | - |
| svgMol | Renders a molecule to SVG See example: https://public.datagrok.ai/js/samples/domains/chem/mol-rendering |