source: trunk/flymine/webapp/resources/webapp/WEB-INF/aspects.xml @ 26750

Revision 26750, 3.6 KB checked in by fhu, 7 months ago (diff)

CytoscapeNetworkDisplayer? - brought back to FlyMine

Line 
1<aspects>
2  <aspect name="Function">
3    <subtitle>GO, Pathways, Diseases, Phenotype, Domains</subtitle>
4    <intro-text>
5        GO, Pathways, Diseases, Phenotype, Domains
6    </intro-text>
7    <tile-name>model/genes.jsp</tile-name>
8    <aspect-source name="FlyBase" url="http://www.flybase.org"/>
9    <aspect-source name="Ensembl" url="http://www.ensembl.org/Anopheles_gambiae/"/>
10  </aspect>
11
12  <aspect name="Genes">
13    <subtitle>Genome annotation</subtitle>
14    <icon-image>model/images/genomics.gif</icon-image>
15    <large-image>model/images/genomics.gif</large-image>
16    <intro-text>
17      The gene structure and other genome annotation in FlyMine are provided by
18      a variety of source databases.  In most cases FlyMine includes
19      all genome features that have chromosomal locations (e.g. genes and repeat regions).
20    </intro-text>
21    <tile-name>model/genes.jsp</tile-name>
22    <aspect-source name="FlyBase" url="http://www.flybase.org"/>
23    <aspect-source name="Ensembl" url="http://metazoa.ensembl.org/Anopheles_gambiae/Info/Index"/>
24  </aspect>
25
26  <aspect name="Homology">
27    <subtitle>Orthologues and paralogues</subtitle>
28    <icon-image>model/images/comparativeGenomics.png</icon-image>
29    <large-image>model/images/comparativeGenomics.png</large-image>
30    <intro-text>
31      Orthologues and Paralogues.
32    </intro-text>
33    <tile-name>model/homology.jsp</tile-name>
34    <aspect-source name="KEGG" url="http://www.genome.jp/kegg/ko.html"/>
35    <aspect-source name="Treefam" url="http://www.treefam.org"/>
36  </aspect>
37
38  <aspect name="Expression">
39    <subtitle></subtitle>
40    <icon-image>model/images/embryos.jpg</icon-image>
41    <large-image>model/images/embryos.jpg</large-image>
42    <intro-text>
43      &lt;p&gt;
44      Gene expression data for &lt;i&gt;Drosophila melanogaster&lt;/i&gt; and &lt;i&gt;Anopheles gambiae&lt;/i&gt;.
45      &lt;/p&gt;
46    </intro-text>
47    <tile-name>model/expression.jsp</tile-name>
48    <aspect-source name="ArrayExpress" url="http://www.ebi.ac.uk/arrayexpress/"/>
49    <aspect-source name="FlyAtlas" url="http://www.flyatlas.org/"/>
50    <aspect-source name="FlyFish" url="http://fly-fish.ccbr.utoronto.ca/"/>
51    <aspect-source name="BDGP in situ" url="http://www.fruitfly.org/cgi-bin/ex/insitu.pl/"/>
52  </aspect>
53
54
55  <aspect name="Regulation">
56    <subtitle>Regulatory regions and&lt;br/&gt;transcription factor binding sites</subtitle>
57    <icon-image>model/images/bindingSites.png</icon-image>
58    <large-image>model/images/bindingSites.png</large-image>
59    <intro-text>
60      Regulatory elements (CRMs, enhancers, transcription factor binding sites) in &lt;i&gt;Drosophila melanogaster&lt;/i&gt; from REDfly, FlyBase and Tiffin.
61    </intro-text>
62    <tile-name>model/regulation.jsp</tile-name>
63    <aspect-source name="REDfly" url="http://redfly.ccr.buffalo.edu/"/>
64    <aspect-source name="FlyBase" url="http://www.flybase.org"/>
65    <aspect-source name="Tiffin" url="http://servlet.sanger.ac.uk/tiffin/"/>
66  </aspect>
67
68  <aspect name="Interactions">
69    <subtitle>IntAct</subtitle>
70    <icon-image>model/images/interaction.gif</icon-image>
71    <large-image>model/images/interaction.gif</large-image>
72    <tile-name></tile-name>
73    <intro-text>
74      Protein-protein interactions from IntAct (PSI-MI format), genetic interactions from the BioGRID and miRNA target predictions from miRBase.
75    </intro-text>
76    <tile-name>model/interactions.jsp</tile-name>
77    <aspect-source name="IntAct" url="http://www.ebi.ac.uk/intact/"/>
78    <aspect-source name="BioGRID" url="http://www.thebiogrid.org/"/>
79    <aspect-source name="miRBase" url="http://microrna.sanger.ac.uk/targets/v4/"/>
80  </aspect>
81
82</aspects>
Note: See TracBrowser for help on using the repository browser.