From 0e9c8b75041cf3f081004f0e04d376f9ffca0c09 Mon Sep 17 00:00:00 2001 From: gebele Date: Tue, 3 Feb 2015 16:38:00 +0100 Subject: updated about this service text --- views/layout.haml | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/views/layout.haml b/views/layout.haml index a27be48..a41a3f7 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -68,24 +68,45 @@ }); %div{:style => "align:justify;padding:1em;"} + %h3 + Predict targets potentially affected by a given chemical structure. + Enter a chemical name, smiles structure, etc and press "Search" to obtain search results and predictions. | + The system will search the PubChem database for | + (i) experimental data of the query compound and | + (ii) structurally similar compounds (neighbors) and their experimental data. | + Predictions for the query compound are derived from the neighbors experimental data using an automated | + read-across algorithm. + %br + %br + The results page is organized according to the following dimensions: %dl %dt - (experimental) + Gene/protein targets vs. other assays: %dd - Filtered experimental data from pubchem database. + PubChem Assays with known Gene/Protein targets are listed in the first column, assays without known | + targets are in the "Other assays" column. %br %br %dt - (read across) + Active vs. inactive targets/assays: %dd - Predictions - results of processed pubchem data. + Targets/assays with positive outcomes are listed as targets/active assays, negative outcomes are | + filed under non-targets/ inactive assays. %br %br %dt - Predictions relationship + Experimental vs. read across: %dd - Similar compounds, predicted assays and predicted targets are related considering relevant data. - If data is insufficent there will be no result displayed. + Experimental data for the query compound is labelled with "experimental", read-across predictions | + are labelled with "read across". In case of insufficient data no results will be displayed.i + %br + %br + %dt + Similar compounds + %dd + Detailed information about the compounds used for read across predictions (and their experimental data) + %br + Source code for the project can be obtained from Github. %form{:name => "form", :action => '/search', :method => "GET"} %fieldset -- cgit v1.2.3