Descriptor that Calculates the Prediction of logP Based on the Atom-Type Method Called XLogP
Source:R/349-extractDrugXLogP.R
extractDrugXLogP.Rd
Descriptor that Calculates the Prediction of logP Based on the Atom-Type Method Called XLogP
Value
A data frame, each row represents one of the molecules,
each column represents one feature.
This function returns one column named XLogP
.
References
Wang, R., Fu, Y., and Lai, L., A New Atom-Additive Method for Calculating Partition Coefficients, Journal of Chemical Information and Computer Sciences, 1997, 37:615-621.
Wang, R., Gao, Y., and Lai, L., Calculating partition coefficient by atom-additive method, Perspectives in Drug Discovery and Design, 2000, 19:47-66.
Examples
smi = system.file('vignettedata/FDAMDD.smi', package = 'Rcpi')
# \donttest{
mol = readMolFromSmi(smi, type = 'mol')
#> Error in parseSmiles(smi): The package "rcdk" is required to parse SMILES
dat = extractDrugXLogP(mol)
#> Error in evaluateDescriptor(molecules, type = "XLogPDescriptor", silent = silent): The package "rcdk" is required to compute molecular descriptors
head(dat)# }
#> Error: object 'dat' not found