Skip to main content

descriptors()

descriptors(table, column, descriptors): Promise <DataFrame>

Calculates specified descriptors for the molecular column. See example: https://public.datagrok.ai/js/samples/domains/chem/descriptors

Parameters

ParameterTypeDescription
tableDataFrameTable.
columnstringColumn name with SMILES to calculate descriptors for.
descriptorsstring[]RDKit descriptors to calculate.

Returns

Promise <DataFrame>

Async

Source

src/chem.ts:792