summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-08-04 14:37:44 +0000
committerChristoph Helma <helma@in-silico.ch>2011-08-04 14:37:44 +0000
commit8b63e71e9cb0c6b377e83f793370039410012ed4 (patch)
tree5f91d235f71eafdc67fc16b3a7b0fc297b4eaddd /views
parent304c4c484a062077bad08ca9fe3ed44d138c9416 (diff)
highlighting warning for multiple classes
Diffstat (limited to 'views')
-rw-r--r--views/feature_table.haml4
-rw-r--r--views/lazar_algorithm.haml20
2 files changed, 15 insertions, 9 deletions
diff --git a/views/feature_table.haml b/views/feature_table.haml
index e75c818..7c57331 100644
--- a/views/feature_table.haml
+++ b/views/feature_table.haml
@@ -6,7 +6,7 @@
activating
- else
predominatly in compounds with activity
- = "\"#{@value_map[2]}\""
+ = "\"#{@value_map[@value_map.keys.sort.last]}\""
(
%a{:href => "http://www.daylight.com/dayhtml/doc/theory/theory.smarts.html", :rel => "external"} SMARTS
)
@@ -23,7 +23,7 @@
deactivating
- else
predominatly in compounds with activity
- = "\"#{@value_map[1]}\""
+ = "\"#{@value_map[@value_map.keys.sort.first]}\""
(
%a{:href => "http://www.daylight.com/dayhtml/doc/theory/theory.smarts.html", :rel => "external"} SMARTS
)
diff --git a/views/lazar_algorithm.haml b/views/lazar_algorithm.haml
index e5b70f6..76a993b 100644
--- a/views/lazar_algorithm.haml
+++ b/views/lazar_algorithm.haml
@@ -32,23 +32,29 @@
%p
= toggle_link "#significant_fragments", "Significant fragments"
are highlighted in the structure display as follows:
- %ul
- - if @value_map.empty?
+ - if @value_map.empty?
+ %ul
%li
.active activating fragments
%li
.inactive deactivating fragments
%li
.inconclusive regions, where activating and deactivating fragments overlap
- - else
%li
- .active= "features that occur predominately in compounds with activity: \"#{@value_map[2]}\""
+ .other inert parts
+ - else
+ %ul
+ %li
+ .active= "features that occur predominately in compounds with activity: \"#{@value_map[@value_map.keys.sort.last]}\""
%li
- .inactive= "features that occur predominately in compounds with activity: \"#{@value_map[1]}\""
+ .inactive= "features that occur predominately in compounds with activity: \"#{@value_map[@value_map.keys.sort.first]}\""
%li
.inconclusive regions, where fragments from different classes overlap
- %li
- .other inert parts
+ %li
+ .other inert parts
+ - if @value_map.size > 2
+ .notice Incomplete implementation of feature highlighting and display of significant fragments. Only features for 2 classes are shown!
+
%p
Please keep in mind that predictions are based on the measured activities of neighbors.