extractDrugWHIM(molecules, silent = TRUE)
TRUE
..X
where X
indicates
the weighting scheme used. Possible values of X
are
Currently weighting schemes 1, 2, 3, 4 and 5 are implemented. The weight values are taken from Todeschini et al. and as a result 19 elements are considered. For each weighting scheme we can obtain
Though Todeschini et al. mentions that for planar molecules only 8 directional WHIM descriptors are required the current code will return all 11.
sdf = system.file('sysdata/OptAA3d.sdf', package = 'Rcpi')
mol = readMolFromSDF(sdf)
dat = extractDrugWHIM(mol)
head(dat)
Run the code above in your browser using DataLab