summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-05-21 16:20:27 +0200
committergebele <gebele@in-silico.ch>2013-05-21 16:20:27 +0200
commit3fddff9e92b4523f59d7c0e59776216464e09d5d (patch)
tree62937c31a8b41838dca2eef49d8c43acf298c98e /views
parent5cd95518ce65906ee80a94dcb3b16c3975e9bc80 (diff)
minor changes, added customized tooltips
Diffstat (limited to 'views')
-rw-r--r--views/lazar_description.haml28
1 files changed, 28 insertions, 0 deletions
diff --git a/views/lazar_description.haml b/views/lazar_description.haml
new file mode 100644
index 0000000..9240cae
--- /dev/null
+++ b/views/lazar_description.haml
@@ -0,0 +1,28 @@
+%dl#lazar_description
+ %dt
+ %code lazar
+ (
+ = hide_link "#lazar_description"
+ )
+ %dd
+ %code lazar
+ searches the training dataset for
+ = toggle_link "#similarity", "similar"
+ compounds
+ %em (neighbors)
+ and calculates the prediction from their measured activities.
+ %code lazar
+ calculates predictions using
+ %ul
+ %li
+ a majority vote (weighted by compound similarity) for
+ %em= toggle_link("#classification","classification")
+ (
+ %a{:href => "http://www.in-silico.de/articles/modi020905.pdf", :rel => "external"} original publication
+ )
+ %li
+ a local QSAR model based on neighbors for
+ %em= toggle_link("#regression","regression")
+ (
+ %a{:href => "http://www.in-silico.de/articles/mh_tf.pdf", :rel => "external"} original publication
+ )