Description Usage Arguments Details Value Author(s) Examples
Descriptor that Characterizing Molecular Complexity in Terms of Carbon Hybridization States
| 1 | extrDrugHybridizationRatio(molecules, silent = TRUE)
 | 
| molecules | Parsed molucule object. | 
| silent | Logical. Whether the calculating process 
should be shown or not, default is  | 
This descriptor calculates the fraction of sp3 carbons to sp2 carbons. Note that it only considers carbon atoms and rather than use a simple ratio it reports the value of Nsp3/(Nsp3 + Nsp2). The original form of the descriptor (i.e., simple ratio) has been used to characterize molecular complexity, especially in the are of natural products, which usually have a high value of the sp3 to sp2 ratio.
A data frame, each row represents one of the molecules, 
each column represents one feature. 
This function returns one column named HybRatio.
Min-feng Zhu <wind2zhu@163.com>, Nan Xiao <http://r2s.name>
| 1 2 3 4 | smi = system.file('vignettedata/test.smi', package = 'BioMedR')
mol = readMolFromSmi(smi, type = 'mol')
dat = extrDrugHybridizationRatio(mol)
head(dat)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.