summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2016-01-26 18:14:55 +0100
committerChristoph Helma <helma@in-silico.ch>2016-01-26 18:14:55 +0100
commitf6426165e5cc26cb2461acb71046206acbe2b1b6 (patch)
tree5c266676a701da16c234b9cba1793b5cd914341a
parent451bbea730e5a3c6e1e84ed05a628151875201c6 (diff)
basic paper structure
-rw-r--r--paper/loael.pdfbin11015 -> 164444 bytes
-rw-r--r--paper/loael.rst146
2 files changed, 107 insertions, 39 deletions
diff --git a/paper/loael.pdf b/paper/loael.pdf
index e2edd82..accb381 100644
--- a/paper/loael.pdf
+++ b/paper/loael.pdf
Binary files differ
diff --git a/paper/loael.rst b/paper/loael.rst
index 482a70d..783825b 100644
--- a/paper/loael.rst
+++ b/paper/loael.rst
@@ -1,31 +1,116 @@
-Introduction
-------------
+================================================================================================================================
+lazar read across models for lowest adverse effect levels: A comparison of experimental variability with read across predictions
+================================================================================================================================
-Data
-----
+Christoph Helma, David Vorgrimmler, Martin Guetlein, Denis Gebele, Elena Lo Piparo
-LOAEL Values
-............
+in silico toxicology gmbh, Rastatterstrasse 41, 4051 Basel, Switzerland
-Comparison of variances in datasets
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+# Introduction
-p-value: 0.4750771581019402
+The main objectives of this study are
+
+ - to investigate the experimental variability of LOAEL data
+ - develop predictive model for lowest observed effect levels
+ - compare the performance of model predictions with experimental variability
+
+# Methods
+
+## Data
+
+### Mazzatorta dataset
+
+### Swiss dataset
+
+### Preprocessing
+
+Missing and invalid SMILES
+Unfortunately no identifier is complete across all compound therefore we focused on SMILES. Missing SMILES were generated from other identifiers when available.
+
+
+study type/ table
+ rat_chron
+ mouse_chron
+ multigen
+ missing SMILES
+ 35
+ 27
+ 31
+ invalid SMILES
+ 9
+ 6
+ 9
+ corrected SMILES
+ 44
+ 33
+ 40
+ Detailed tables:
+https://docs.google.com/spreadsheets/d/14P8F-3iX5gr5FbN7oSeuwabUOr_xdDhhr5KwiUX6LXY/edit?usp=sharing
+
+
+## Algorithms
+
+For this study we are using the modular lazar (*la*zy *s*tructure *a*ctivity *r*elationships) framework (helma..) for model development and validation.
+
+lazar follows the following basic workflow: For a given chemical structure it searches in a database for similar structures (neighbors) with experimental data, builds a local (Q)SAR model with these neighbors and uses this model to predict the unknown activity of the query compound. This procedure resembles an automated version of *read across* predictions in toxicology, in machine learning terms it would be classified as a *k-nearest-neighbor* algorithm.
+
+Apart from this basic workflow lazar is completely modular and allows the researcher to use any algorithm for neighbor identification and local (Q)SAR modelling. Within this study we are using the following algorithms:
+
+### Neighbor identification
+
+Similarity calculations are based on TODO fingerprints (Bender 2003) from the OpenBabel chemoinformatics library (TODO).
+The TODO fingerprint uses atom environments as molecular representation, which resemble basically the chemical concept of functional groups. For each atom in a molecule the atom types of connected atoms are recorded. The same procedure is repeated for connected atoms up to a given distance of chemical bonds. From this data a vector with atom type counts at a given distance from the central atom is constructed. These vectors are used to calculate chemical similarities.
+
+TODO: example???
-.. image:: loael-variance.svg
+Similarities are expressed as Tanimoto index
+TODO: Jaquard index?
+TODO: formula
+TODO: similarity threshold
-Comparison of compounds in both datasets
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Such a
+In machine learning
-.. image:: loael-dataset-comparison-mmol_kg_day.svg
+The main advantage of TODO fingerprints in comparison to fingerprints with predefined substructures such as MACCs fingerprints (TODO) is that
-Correlation between datasets
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+TODO; toxicological relevance
+
+Preliminary experiments have shown that predictions with TODO fingerprints are more accurate than fingerprints with predefined substructures (OpenBabel FP TODO) fingerprints, which is in agreement with findings in the literature (TOCDO cite).
+
+### Local (Q)SAR models
+
+As soon as neighbors for a query compound have been identified, we can use their experimental LOAEL values to predict the activity of the untested compound. In this case we are using the weighted mean (TODO median?) of the neighbors LOAEL values, where the contribution of each neighbor is weighted by its similarity to the query compound.
+
+### Validation
+
+## Results
+
+### Dataset comparison
+
+#### Structural composition
+
+##### Ches-Mapper analysis
+
+##### Distribution of functional groups
+
+#### LOAEL values
+
+##### Intra dataset variability
+
+p-value: 0.4750771581019402
+
+.. image:: loael-dataset-comparison-all-compounds.pdf
+
+##### Inter dataset variability
+
+.. image:: loael-dataset-comparison-common-compounds.pdf
+
+##### LOAEL correlation between datasets
using means
-.. image:: loael-dataset-correlation.svg
+.. image:: loael-dataset-correlation.pdf
with "identical" values
@@ -33,33 +118,16 @@ with "identical" values
RMSE: 1.2228212261024438
MAE: 0.801626064534318
-Methods
--------
-
-Fingerprints
-............
+### Read across predictions
-+ OB Fingerprints (add MNA)
-- Fingerprint counts
-- Physchem Descriptors (OB only?)
+## Discussion
-Feature selection
-.................
+### Chemical similarity
-+ none
-* t-test (nonparam?) (qual)
-- correlation (quant)
+### LOAEL variability
-Similarity calculation
-......................
+### Predictive performance
-+ tanimoto
-* weighted tanimoto
-- cosine
-- wighted cosine
+###
-Regression
-..........
-+ weighted majority vote
-* local linear regression