summaryrefslogtreecommitdiff
path: root/views/prediction.haml
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-07-26 14:48:55 +0200
committerChristoph Helma <helma@in-silico.de>2009-07-26 14:48:55 +0200
commit14516c7c3f98c0bef022a0148706ece7e5f33bb7 (patch)
treeb267aa7ad0aa9a908121e3e843cb91dcb0bae0fa /views/prediction.haml
parentd2a8143b0ace1f992bb5da9ec9ea53641c56c647 (diff)
display of neighbors added
Diffstat (limited to 'views/prediction.haml')
-rw-r--r--views/prediction.haml16
1 files changed, 15 insertions, 1 deletions
diff --git a/views/prediction.haml b/views/prediction.haml
index 5842dfc..c448624 100644
--- a/views/prediction.haml
+++ b/views/prediction.haml
@@ -26,4 +26,18 @@
)
%td= @lazar['database_activity']
-%a{:href => "/neighbors", :lazar => @lazar } Show neighbors
+ %tr
+ %th{:colspan => 4} Neighbors
+ %tr
+ %th Structure
+ %th Similarity
+ %th Measured activity
+
+ - @lazar['neighbors']['neighbor'].each do |neighbor|
+ %tr
+ %td
+ %img{:src => "http://cactus.nci.nih.gov/chemical/structure/#{URI.encode(neighbor['smiles'])}/image", :alt => "#{neighbor['smiles']}"}
+ %td= neighbor['similarity']
+ %td= neighbor['activity']
+
+-# %a{:href => "/neighbors", :lazar => @lazar } Show neighbors