Difference between revisions of "LINCS Query"

(LINCS Query and Display - Experimental)
(LINCS Query and Display - Experimental)
Line 7: Line 7:
 
This component provides for query and display of data generated by the Columbia LINCS Technology U01 and Computation U01 Centers.  It provides experimental and computational results for drug mode of action and similarity calculations, and for synergy experiments.
 
This component provides for query and display of data generated by the Columbia LINCS Technology U01 and Computation U01 Centers.  It provides experimental and computational results for drug mode of action and similarity calculations, and for synergy experiments.
  
==LINCS Query and Display - Experimental==
+
==LINCS Query and Display==
  
 
Query for experimental synergy results for tested drug pairs.  In the current experimental design, drug 1 and drug 2 not symmetric, they are generally drawn from separate lists of compounds.  This difference is preserved in the database.  
 
Query for experimental synergy results for tested drug pairs.  In the current experimental design, drug 1 and drug 2 not symmetric, they are generally drawn from separate lists of compounds.  This difference is preserved in the database.  
Line 21: Line 21:
  
  
Relationships
+
* '''Dynamic Search on Drug 1''' - currently the number of drugs in "Drug 1" can be considerably larger than in "Drug 2".  For this reason, a dynamic search box is offered above the "Drug 1" selection.  As each character is typed, the "Drug 1" list will be updated to only show matching drugs.
 +
** The match is not case-sensitive.
 +
** The match can occur anywhere in the drug name.
  
The values offered for some constraints can be restricted based on the choices of other constraints.  The code must retrieve and retain these relationships in addition to values, or be able to dynamically query the database to reset a constraint list based on the choice in another list.  We will build and test for usability the following interactive query interface.
 
  
* Tissue
+
==Experimental vs Computational==
** If one or more tissues are chosen, enable selection of Cell Line, and populate it with cell lines for that tissue,
 
** otherwise, clear and disable Cell Line list.
 
* Cell Line
 
** Lists cell lines for chosen Tissue, if any.  If no Tissue chosen, clear and disable Cell Line.
 
* Drug 1
 
** Depends on Tissue.  If Tissues are chosen, but cell lines are not specified, show only drugs tested on any cell line of that tissue type. If no Tissue is chosen, show all drugs.
 
** Depends on Cell Line.  If Cell Lines are chosen, shown only drugs tested on those cell lines.  The choice of Tissue is then implicit in the choice of cell line.
 
* Drug 1 Dynamic Search field
 
 
 
Because of the large number of drugs, a dynamic search text field will be provided above the Drug 1 constraint list. 
 
** As each character is typed, the list of drugs matching the string will be displayed.
 
** The match is not case-sensitive, and
 
** drug names that match in any part to the typed string will be displayed, that is, the match does not have to start at the first character of the drug name, but can be an internal match.
 
* Drug 2
 
** Drug 2 can only be selected if Drug 1 has been chosen.  Otherwise, the Drug 2 list should be empty.
 
** Drug 2 depends on Tissue and Cell Line in the same way as Drug 1, plus,
 
** Drug 2 depends on Drug 1 - show only drugs that are paired with Drug 1 and that were tested using the Tissue/Cell Line chosen, if any.
 
* Drug 2 query (optional refresh button)
 
** Given the dynamic search implemented for drug 1, it may be necessary to provide a separate search button to update drug 2 subject to the choice of drug 1 and the other constraints.  We will first try to implement populating the drug 2 list dynamically along with drug 1, but if this is not practical, will implement a separate refresh button.
 
  
 +
Radio buttons are used to select whether to query for experimental or computational results.  Only one type can be chosen at a time.  These result types are held in separate tables in the database and the scores have different ranges.
  
Experimental vs Computational
+
The controls specific to each type are:
  
Radio buttons are used to select whether to query for experimental or computational results.  Only one type can be chosen at a time.  These result types are held in separate tables in the database and the scores have different ranges.
+
===Experimental===
When “Experimental” is chosen, the following constraint lists will be offered
 
 
* Assay Type (phenotypic readout): Viability, proliferation, apoptosis, cell morphology, oxidization state, etc.
 
* Assay Type (phenotypic readout): Viability, proliferation, apoptosis, cell morphology, oxidization state, etc.
 
* Synergy Measure (Excess over Bliss, Excess over highest single agent, Combination Index, etc.).
 
* Synergy Measure (Excess over Bliss, Excess over highest single agent, Combination Index, etc.).
 +
 +
===“Computational”===
 +
* Similarity Algorithm (MARINa (GSEA-2), IDEA, DEMAND, combined, etc.).  This entry will combine the algorithm used with the distance method used, e.g. GSEA-2, in the case where an algorithm has more than one possible measure.

Revision as of 16:48, 19 June 2013

Home | Quick Start | Basics | Menu Bar | Preferences | Component Configuration Manager | Workspace | Information Panel | Local Data Files | File Formats | caArray | Array Sets | Marker Sets | Microarray Dataset Viewers | Filtering | Normalization | Tutorial Data | geWorkbench-web Tutorials

Analysis Framework | ANOVA | ARACNe | BLAST | Cellular Networks KnowledgeBase | CeRNA/Hermes Query | Classification (KNN, WV) | Color Mosaic | Consensus Clustering | Cytoscape | Cupid | DeMAND | Expression Value Distribution | Fold-Change | Gene Ontology Term Analysis | Gene Ontology Viewer | GenomeSpace | genSpace | Grid Services | GSEA | Hierarchical Clustering | IDEA | Jmol | K-Means Clustering | LINCS Query | Marker Annotations | MarkUs | Master Regulator Analysis | (MRA-FET Method) | (MRA-MARINa Method) | MatrixREDUCE | MINDy | Pattern Discovery | PCA | Promoter Analysis | Pudge | SAM | Sequence Retriever | SkyBase | SkyLine | SOM | SVM | T-Test | Viper Analysis | Volcano Plot


Overview

LINCS - Library of Integrated Network-based Cellular Signatures

This component provides for query and display of data generated by the Columbia LINCS Technology U01 and Computation U01 Centers. It provides experimental and computational results for drug mode of action and similarity calculations, and for synergy experiments.

LINCS Query and Display

Query for experimental synergy results for tested drug pairs. In the current experimental design, drug 1 and drug 2 not symmetric, they are generally drawn from separate lists of compounds. This difference is preserved in the database.


LINCS Experimental.png


  • Tissue Type - The tissue from which the tested cell line was originally derived. More than one tissue can be chosen for a single query.
  • Cell Line - The cell line tested in a particular experiment. More than one cell line can be chosen for a single query (multiple selection), subject to any constraint on "Tissue Type".
  • Drug 1 - Entries stored as "drug 1" in a pair, subject to previous choices of tissue type or cell line, if any. One or more drugs (multiple selection) must be chosen.
  • Drug 2 - Entries stored as "drug 2" in a pair, given current constraints on tissue type, cell line, and drug 1. More than one drug can be chosen for a single query (multiple selection).


  • Dynamic Search on Drug 1 - currently the number of drugs in "Drug 1" can be considerably larger than in "Drug 2". For this reason, a dynamic search box is offered above the "Drug 1" selection. As each character is typed, the "Drug 1" list will be updated to only show matching drugs.
    • The match is not case-sensitive.
    • The match can occur anywhere in the drug name.


Experimental vs Computational

Radio buttons are used to select whether to query for experimental or computational results. Only one type can be chosen at a time. These result types are held in separate tables in the database and the scores have different ranges.

The controls specific to each type are:

Experimental

  • Assay Type (phenotypic readout): Viability, proliferation, apoptosis, cell morphology, oxidization state, etc.
  • Synergy Measure (Excess over Bliss, Excess over highest single agent, Combination Index, etc.).

“Computational”

  • Similarity Algorithm (MARINa (GSEA-2), IDEA, DEMAND, combined, etc.). This entry will combine the algorithm used with the distance method used, e.g. GSEA-2, in the case where an algorithm has more than one possible measure.