.. index:: report page, report displayers, displayer examples Report Displayers Examples ========================== Report displayers you can use in your own Mine and some examples created for specific data types in modMine, FlyMine and metabolicMine. The following displayers can all be used for data loaded by standard InterMine parsers. To see how to configure them check out FlyMine's ``webconfig-model.xml``. SequenceFeature summary ----------------------- Applicable for any SequenceFeature - shows length, sequence export, chromosome location, cyto location and SO term (where present). .. code-block:: xml .. figure:: img/sequence_feature_displayer.png :align: center A Sequence feature displayer in metabolicMine. Protein sequence ---------------- Applicable for Protein - shows length, sequence export. .. code-block:: xml .. figure:: img/protein_sequence_displayer.png :align: center A Protein sequence displayer in FlyMine. GBrowse ------- Show an inline image from a configured GBrowse instance. .. code-block:: xml This also needs two properties to be configured in the ``minename.properties`` file: ``gbrowse.prefix`` and ``gbrowse_image.prefix`` which give the location of a running GBrowse instance. .. code-block:: properties gbrowse.prefix=http://www.flymine.org/cgi-bin/gbrowse gbrowse_image.prefix=http://www.flymine.org/cgi-bin/gbrowse_img .. figure:: img/gbrowse_displayer.png :align: center A Genome browser view in FlyMine. Homologues ---------- Shows a table of organism and homologous genes of homologues per organism. .. code-block:: xml .. figure:: img/homologues_displayer.png :align: center A Homologues displayer in FlyMine. Note that FlyMine includes a specific displayer to show the twelve Drosophila species as a phylogenetic tree. Gene structure -------------- Displays transcripts, exons, introns, UTRs and CDSs if present in the model and for the particular organism. Can be added to report pages for any of these feature types and will find the parent gene and show all transcripts, highlighting the feature of the actual report page. .. code-block:: xml .. figure:: img/gene_structure_displayer.png :align: center A Gene structure displayer in FlyMine. Gene Ontology ------------- Simple display of GO terms and evidence codes for a gene, grouped by branch in the ontology. Groups by the three main ontologies (function, process and component) so you may need to run the GO source. .. code-block:: xml .. figure:: img/go_displayer.png :align: center A Gene ontology displayer in modMine. UniProt comments ---------------- A clear view of curated curated comments from UniProt (SwissProt) applied to a protein, or for a gene will show comments from all proteins of the gene. .. code-block:: xml .. figure:: img/uniprot_comments_displayer.png :align: center A Uniprot curated comments displayer in metabolicMine. Interaction network ------------------- Uses the `Cytoscape Web plugin `_ to display physical and genetics interactions. The interaction displayer links to report pages, allows creation of a gene list of the whole network and can show tabular interaction data. Read NetworkDisplayer for details. .. code-block:: xml .. figure:: img/interactions_displayer.png :align: center An Interactions displayer in FlyMine. Overlapping features -------------------- A summary view of features that overlap the chromosome location of the reported feature, if the gene structure displayer is also used it will exclude any features that are part of the same gene model - i.e. it won't report that a gene overlaps it's own exons. .. code-block:: xml .. figure:: img/overlapping_features_displayer.png :align: center An Overlapping features displayer in modMine. Complexes - Protein interactions ---------------------------------------- Viewer displaying complex interactions. Data must be loaded from IntAct. Original Source: http://interactionviewer.org/. .. code-block:: xml .. figure:: img/complex-viewer.png :align: center A Complex interaction displayer in HumanMine. Specific Displayers ------------------- There are some displayers created for specific data sets in FlyMine, metabolicMine or modMine that may not be re-usable in other Mines but could be adapted or provide inspiration. .. figure:: img/jBrowse_displayer.png :align: center JBrowse genome browser in metabolicMine. .. figure:: img/FlyAtlas_expression_displayer.png :align: center FlyAtlas gene experssion data in FlyMine, this uses the Google Data Vizualization API JavaScript library to render an interactive graph in the browser. .. figure:: img/drosophila_homology_displayer.png :align: center A phylogenetic tree of Drosophila species displayed using the `jsPhyloSVG `_ JavaScript library in FlyMine. .. figure:: img/modMine-heatmap.png :align: center Heatmap of fly gene expression in modMine, this makes use of `canvasXpress `_ JavaScript library.