PLD {QSARdata} | R Documentation |
Drug-Induced Phospholipidosis Data
Description
These data were compiled and described by Goracci et al. (2013). The data set consists compounds that were designated as phospholipidosis inducers or non-inducers. The structures and outcomes were obtained from the supporting information at http://pubs.acs.org/doi/abs/10.1021/ci400113t. These data are from their curated database although some compounds failed in descriptor calculations so the total sample size here is 324 compounds (instead of 331).
The package contains none sets of molecular descriptors: atom pair distances, Dragon descriptors (http://www.talete.mi.it/products/dragon_plus.htm), LCALC descriptors , PipelinePilot fingerprints (http://accelrys.com/products/pipeline-pilot/), QuickProp descriptors (http://www.chem.ac.ru/Chemistry/Soft/QIKPROP.en.html) and VolSurf descriptors (http://www.moldiscovery.com/soft_volsurf.php).
For fingerprints, the 500 most variable bits were selected whenever possible.
Usage
data(PLD)
Format
The data consist of several data frames. The first column of the descriptor data frames is called "Molecule" representing the compounds.
- PLD_AtomPair
Atom pair descriptors
- PLD_Dragon
Dragon descriptors (http://www.talete.mi.it/products/dragon_plus.htm)
- PLD_PipelinePilot_FP
PipelinePilot fingerprints (http://accelrys.com/products/pipeline-pilot/)
- PLD_QuickProp
QuickProp descriptors
- PLD_VolSurfPlus
VolSurf descriptors
- PLD_LCALC
LCALC descriptors
- PLD_Outcome
a data frame with columns for the molecule name and the outcome (for merging)
References
Goracci, L., Ceccarelli, M., Bonelli, D., & Cruciani, G. (2013). Modeling Phospholipidosis Induction: Reliability and Warnings. Journal of Chemical Information and Modeling, 53(6), 1436-1446. doi:10.1021/ci400113t
Examples
data(PLD)
head(PLD_Outcome)