summaryrefslogtreecommitdiff
path: root/views/lazar_algorithm.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2010-08-06 13:30:15 +0200
committerChristoph Helma <helma@in-silico.ch>2010-08-06 13:30:15 +0200
commit4315a4ef2bfc625dc2f3ed69dd6c90ddb0dd5593 (patch)
tree82d7520fba83cb2d5652ae7f61767cb112e72f94 /views/lazar_algorithm.haml
parent05ed7ad074f48cf36b60740665c1a0962ff0a55d (diff)
lazar details implemented
Diffstat (limited to 'views/lazar_algorithm.haml')
-rw-r--r--views/lazar_algorithm.haml44
1 files changed, 44 insertions, 0 deletions
diff --git a/views/lazar_algorithm.haml b/views/lazar_algorithm.haml
new file mode 100644
index 0000000..6322b17
--- /dev/null
+++ b/views/lazar_algorithm.haml
@@ -0,0 +1,44 @@
+%dl#lazar_algorithm
+ %dt
+ %code lazar
+ prediction
+ (
+ = hide_link "#lazar_algorithm"
+ )
+ %dd
+ %p
+ %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 classification
+ %li
+ a local QSAR model based on neighbors for
+ %em regression
+
+ %p
+ = toggle_link "#significant_fragments", "Significant fragments"
+ are highlighted in the structure display as follows:
+ %ul
+ %li
+ .active activating fragments
+ %li
+ .inactive deactivating fragments
+ %li
+ .inconclusive regions, where activating and deactivating fragments overlap
+ %li
+ .other inert parts
+
+ %p
+ Please keep in mind that predictions are based on the measured activities of neighbors.
+ = toggle_link "#significant_fragments", "Significant fragments"
+ are solely used to determine
+ = toggle_link "#similarity", "activity specific similarities"
+ of neighbors.