source: trunk/flymine/webapp/resources/webapp/WEB-INF/webconfig-model.xml @ 29382

Revision 29382, 32.3 KB checked in by fhu, 6 days ago (diff)

added protein sequnece displayer

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<webconfig>
2
3  <class className="org.intermine.model.bio.AGambiaeLifeCycle" label="A. gambiae Life Cycle"/>
4
5  <class className="org.intermine.model.bio.Allele">
6    <fields>
7      <fieldconfig fieldExpr="primaryIdentifier"/>
8      <fieldconfig fieldExpr="symbol"/>
9      <fieldconfig fieldExpr="alleleClass"/>
10      <fieldconfig fieldExpr="organism.name" label="Organism" />
11    </fields>
12  </class>
13
14  <class className="org.intermine.model.bio.Author">
15    <fields>
16      <fieldconfig fieldExpr="name"/>
17    </fields>
18  </class>
19
20  <class className="org.intermine.model.bio.BindingSite">
21    <fields>
22      <fieldconfig fieldExpr="primaryIdentifier"/>
23      <fieldconfig fieldExpr="factor.primaryIdentifier"/>
24    </fields>
25  </class>
26
27  <class className="org.intermine.model.bio.BioEntity">
28    <headerconfig>
29      <titles>
30        <title mainTitles="symbol|primaryIdentifier" numberOfMainTitlesToShow="1" subTitles="*organism.shortName*" />
31      </titles>
32    </headerconfig>
33    <fields>
34      <fieldconfig fieldExpr="primaryIdentifier" label="DB identifier"/>
35    </fields>
36  </class>
37
38  <class className="org.intermine.model.bio.Component">
39    <fields>
40      <fieldconfig fieldExpr="name"/>
41    </fields>
42  </class>
43
44  <class className="org.intermine.model.bio.CDNAClone">
45    <fields>
46      <fieldconfig fieldExpr="secondaryIdentifier"/>
47      <fieldconfig fieldExpr="primaryIdentifier"/>
48    </fields>
49  </class>
50
51  <class className="org.intermine.model.bio.CDS">
52    <fields>
53      <fieldconfig fieldExpr="primaryIdentifier"/>
54      <fieldconfig fieldExpr="symbol" showInResults="false" showInInlineCollection="false"/>
55      <fieldconfig fieldExpr="gene.primaryIdentifier" showInInlineCollection="false"/>
56      <fieldconfig fieldExpr="organism.name"/>
57    </fields>
58  </class>
59
60  <class className="org.intermine.model.bio.Chromosome">
61    <fields>
62      <fieldconfig fieldExpr="primaryIdentifier"/>
63      <fieldconfig fieldExpr="organism.name"/>
64      <fieldconfig fieldExpr="length" displayer="/model/sequenceShortDisplayerWithField.jsp" />
65    </fields>
66  </class>
67
68
69  <class className="org.intermine.model.bio.ChromosomeStructureVariation">
70    <fields>
71      <fieldconfig fieldExpr="primaryIdentifier"/>
72      <fieldconfig fieldExpr="secondaryIdentifier"/>
73      <fieldconfig fieldExpr="available"/>
74    </fields>
75  </class>
76
77  <class className="org.intermine.model.bio.Comment">
78    <fields>
79      <fieldconfig fieldExpr="type"/>
80      <fieldconfig fieldExpr="text"/>
81    </fields>
82  </class>
83
84  <class className="org.intermine.model.bio.CrossReference">
85    <fields>
86      <fieldconfig fieldExpr="identifier"/>
87      <fieldconfig fieldExpr="source.name"/>
88      <fieldconfig fieldExpr="subject.primaryIdentifier"/>
89    </fields>
90  </class>
91
92  <class className="org.intermine.model.bio.DataSet">
93    <fields>
94      <fieldconfig fieldExpr="name"/>
95      <fieldconfig fieldExpr="url" doNotTruncate="true"/>
96    </fields>
97  </class>
98
99  <class className="org.intermine.model.bio.DataSource">
100    <fields>
101      <fieldconfig fieldExpr="name"/>
102      <fieldconfig fieldExpr="url" doNotTruncate="true"/>
103    </fields>
104    <tabledisplayer src="/model/dataSourceShort.jsp"/>
105  </class>
106
107  <class className="org.intermine.model.bio.Disease">
108    <fields>
109      <fieldconfig fieldExpr="identifier"/>
110    </fields>
111  </class>
112
113  <class className="org.intermine.model.bio.Exon">
114    <fields>
115      <fieldconfig fieldExpr="primaryIdentifier"/>
116      <fieldconfig fieldExpr="symbol"/>
117      <fieldconfig fieldExpr="gene.primaryIdentifier" showInInlineCollection="false"/>
118    </fields>
119  </class>
120
121  <class className="org.intermine.model.bio.FlyAtlasResult">
122    <fields>
123      <fieldconfig fieldExpr="affyCall"/>
124      <fieldconfig fieldExpr="enrichment"/>
125      <fieldconfig fieldExpr="mRNASignal" label="mRNA Signal"/>
126      <fieldconfig fieldExpr="mRNASignalSEM" label="mRNA Signal SEM"/>
127      <fieldconfig fieldExpr="presentCall"/>
128    </fields>
129  </class>
130
131  <class className="org.intermine.model.bio.Gene">
132    <headerconfig>
133      <customlinks>
134        <customlink
135          url="http://flybase.org/reports/{primaryIdentifier}.html"
136          image="flybase_logo_link.png"
137        />
138      </customlinks>
139    </headerconfig>
140    <inlinelist>
141      <table path="synonyms.value" showInHeader="true" lineLength="100" />
142      <table path="probeSets.primaryIdentifier" showLinksToObjects="true" />
143      <table path="pathways.name" showLinksToObjects="true" />
144    </inlinelist>
145    <fields>
146      <fieldconfig fieldExpr="secondaryIdentifier"/>
147      <fieldconfig fieldExpr="symbol"/>
148      <fieldconfig fieldExpr="name"/>
149      <fieldconfig fieldExpr="name"/>
150    </fields>
151    <bagdisplayers>
152      <displayer src="friendlyMineLinkDisplayer.tile" showOnLeft="false" />
153   </bagdisplayers>
154  </class>
155
156  <class className="org.intermine.model.bio.GOAnnotation">
157    <fields>
158      <fieldconfig fieldExpr="subject.secondaryIdentifier"/>
159      <fieldconfig fieldExpr="subject.name"/>
160      <fieldconfig fieldExpr="subject.symbol"/>
161      <fieldconfig fieldExpr="ontologyTerm.identifier" />
162      <fieldconfig fieldExpr="ontologyTerm.name" />
163    </fields>
164  </class>
165
166  <class className="org.intermine.model.bio.GOEvidenceCode">
167    <fields>
168      <fieldconfig fieldExpr="code"/>
169    </fields>
170  </class>
171
172    <class className="org.intermine.model.bio.GOTerm">
173    <headerconfig>
174      <titles>
175      <title mainTitles="identifier|name" subTitles="ontology.name" />
176      </titles>
177    </headerconfig>
178    <fields>
179      <fieldconfig fieldExpr="identifier"/>
180      <fieldconfig fieldExpr="name"/>
181      <fieldconfig fieldExpr="description" showInResults="false" showInInlineCollection="false" doNotTruncate="true" />
182    </fields>
183  </class>
184
185  <class className="org.intermine.model.bio.Homologue">
186    <fields>
187      <fieldconfig fieldExpr="gene.primaryIdentifier" showInResults="false" showInInlineCollection="false" />
188      <fieldconfig fieldExpr="homologue.primaryIdentifier"/>
189      <fieldconfig fieldExpr="homologue.organism.shortName"/>
190      <fieldconfig fieldExpr="type"/>
191    </fields>
192  </class>
193
194  <class className="org.intermine.model.bio.Image">
195    <fields>
196      <fieldconfig fieldExpr="url" displayer="/model/imageDisplayer.jsp" />
197    </fields>
198  </class>
199
200  <class className="org.intermine.model.bio.Interaction">
201   <fields>
202     <fieldconfig fieldExpr="gene.primaryIdentifier"/>
203     <fieldconfig fieldExpr="shortName"/>
204     <fieldconfig fieldExpr="confidenceText"/>
205     <fieldconfig fieldExpr="confidence"/>
206     <fieldconfig fieldExpr="role"/>
207    </fields>
208
209  </class>
210  <class className="org.intermine.model.bio.InteractionExperiment">
211    <fields>
212      <fieldconfig fieldExpr="name"/>
213      <fieldconfig fieldExpr="description"/>
214    </fields>
215  </class>
216  <class className="org.intermine.model.bio.InteractionTerm">
217    <fields>
218      <fieldconfig fieldExpr="identifier"/>
219      <fieldconfig fieldExpr="name"/>
220    </fields>
221  </class>
222
223  <class className="org.intermine.model.bio.Location">
224    <fields>
225      <fieldconfig fieldExpr="locatedOn.primaryIdentifier"/>
226      <fieldconfig fieldExpr="start"/>
227      <fieldconfig fieldExpr="end"/>
228      <fieldconfig fieldExpr="strand"/>
229    </fields>
230  </class>
231
232  <class className="org.intermine.model.bio.SequenceFeature">
233    <fields>
234      <fieldconfig fieldExpr="primaryIdentifier" />
235      <fieldconfig fieldExpr="organism.name" name="Organism"/>
236    </fields>
237  </class>
238
239  <class className="org.intermine.model.bio.MicroArrayExperiment">
240    <fields>
241      <fieldconfig fieldExpr="name"/>
242      <fieldconfig fieldExpr="description" sectionOnRight="true" sectionTitle="Description" openByDefault="true"/>
243    </fields>
244  </class>
245
246  <class className="org.intermine.model.bio.MicroArrayResult">
247    <fields>
248      <fieldconfig fieldExpr="type"/>
249      <fieldconfig fieldExpr="value"/>
250      <fieldconfig fieldExpr="scale"/>
251      <fieldconfig fieldExpr="isControl"/>
252    </fields>
253  </class>
254
255  <class className="org.intermine.model.bio.MicroArrayAssay">
256    <fields>
257      <fieldconfig fieldExpr="name"/>
258      <fieldconfig fieldExpr="sample1"/>
259      <fieldconfig fieldExpr="sample2"/>
260    </fields>
261  </class>
262
263  <class className="org.intermine.model.bio.MicroarrayOligo">
264    <fields>
265      <fieldconfig fieldExpr="primaryIdentifier"/>
266      <fieldconfig fieldExpr="length"/>
267      <fieldconfig fieldExpr="tm"/>
268    </fields>
269  </class>
270
271  <class className="org.intermine.model.bio.MRNAExpressionResult">
272    <fields>
273      <fieldconfig fieldExpr="stageRange"/>
274      <fieldconfig fieldExpr="expressed"/>
275    </fields>
276  </class>
277
278  <class className="org.intermine.model.bio.MRNAExpressionTerm" label="mRNA Expression Term">
279    <fields>
280      <fieldconfig fieldExpr="name"/>
281      <fieldconfig fieldExpr="type"/>
282    </fields>
283  </class>
284
285  <class className="org.intermine.model.bio.Mutagen">
286    <fields>
287      <fieldconfig fieldExpr="description"/>
288    </fields>
289  </class>
290
291  <class className="org.intermine.model.bio.NaturalTransposableElement">
292    <fields>
293      <fieldconfig fieldExpr="primaryIdentifier"/>
294      <fieldconfig fieldExpr="symbol"/>
295      <fieldconfig fieldExpr="name"/>
296    </fields>
297  </class>
298
299  <class className="org.intermine.model.bio.Ontology">
300    <fields>
301      <fieldconfig fieldExpr="name"/>
302    </fields>
303  </class>
304
305  <class className="org.intermine.model.bio.OntologyRelation">
306    <fields>
307      <fieldconfig fieldExpr="relationship"/>
308      <fieldconfig fieldExpr="parentTerm.name"/>
309      <fieldconfig fieldExpr="parentTerm.identifier"/>
310      <fieldconfig fieldExpr="childTerm.name"/>
311      <fieldconfig fieldExpr="childTerm.identifier"/>
312    </fields>
313  </class>
314
315  <class className="org.intermine.model.bio.OntologyTerm">
316    <headerconfig>
317      <titles>
318      <title mainTitles="identifier|name" subTitles="ontology.name" />
319      </titles>
320    </headerconfig>
321    <fields>
322      <fieldconfig fieldExpr="identifier"/>
323      <fieldconfig fieldExpr="name"/>
324      <fieldconfig fieldExpr="description" doNotTruncate="true" />
325    </fields>
326  </class>
327
328  <class className="org.intermine.model.bio.OntologyTermSynonym">
329    <fields>
330      <fieldconfig fieldExpr="name"/>
331      <fieldconfig fieldExpr="type"/>
332    </fields>
333  </class>
334
335  <class className="org.intermine.model.bio.Organism">
336    <headerconfig>
337      <titles>
338      <title mainTitles="name"/>
339      </titles>
340    </headerconfig>
341    <fields>
342      <fieldconfig fieldExpr="name"/>
343      <fieldconfig fieldExpr="taxonId" />
344    </fields>
345  </class>
346
347  <class className="org.intermine.model.bio.OrthologueEvidence">
348    <fields>
349      <fieldconfig fieldExpr="evidenceCode.name"/>
350    </fields>
351  </class>
352
353  <class className="org.intermine.model.bio.OrthologueEvidenceCode">
354    <fields>
355      <fieldconfig fieldExpr="abbreviation"/>
356      <fieldconfig fieldExpr="name" />
357    </fields>
358  </class>
359
360  <class className="org.intermine.model.bio.Pathway">
361    <headerconfig>
362        <titles>
363            <title mainTitles="identifier|name" />
364        </titles>
365    </headerconfig>
366    <fields>
367      <fieldconfig fieldExpr="identifier" />
368      <fieldconfig fieldExpr="name" />
369    </fields>
370  </class>
371
372  <class className="org.intermine.model.bio.PhenotypeAnnotation">
373    <fields>
374      <fieldconfig fieldExpr="annotationType"/>
375      <fieldconfig fieldExpr="description"/>
376      <fieldconfig fieldExpr="allele.primaryIdentifier"/>
377    </fields>
378  </class>
379
380  <class className="org.intermine.model.bio.Primer">
381    <fields>
382      <fieldconfig fieldExpr="name"/>
383      <fieldconfig fieldExpr="primaryIdentifier"/>
384    </fields>
385  </class>
386
387  <class className="org.intermine.model.bio.ProbeSet">
388    <fields>
389      <fieldconfig fieldExpr="primaryIdentifier"/>
390    </fields>
391  </class>
392
393  <class className="org.intermine.model.bio.Protein">
394    <inlinelist>
395      <table path="synonyms.value" showLinksToObjects="true" />
396    </inlinelist>
397    <fields>
398      <fieldconfig fieldExpr="primaryIdentifier"/>
399      <fieldconfig fieldExpr="primaryAccession"/>
400      <fieldconfig fieldExpr="organism.name"/>
401    </fields>
402  </class>
403
404  <class className="org.intermine.model.bio.ProteinDomain">
405    <fields>
406      <fieldconfig fieldExpr="primaryIdentifier"/>
407      <fieldconfig fieldExpr="name"/>
408      <fieldconfig fieldExpr="shortName"/>
409      <fieldconfig fieldExpr="type"/>
410    </fields>
411  </class>
412
413  <class className="org.intermine.model.bio.ProteinStructure">
414    <fields>
415      <fieldconfig fieldExpr="identifier"/>
416      <fieldconfig fieldExpr="title"/>
417      <fieldconfig fieldExpr="technique"/>
418      <fieldconfig fieldExpr="classification"/>
419      <fieldconfig fieldExpr="resolution" />
420      <fieldconfig fieldExpr="prosaQScore"/>
421      <fieldconfig fieldExpr="prosaZScore"/>
422      <fieldconfig fieldExpr="start"/>
423      <fieldconfig fieldExpr="end"/>
424      <fieldconfig fieldExpr="alignment" doNotTruncate="true" showInResults="false" showInInlineCollection="false" />
425    </fields>
426  </class>
427
428  <class className="org.intermine.model.bio.Protocol">
429    <fields>
430      <fieldconfig fieldExpr="name"/>
431      <fieldconfig fieldExpr="description" doNotTruncate="true"/>
432    </fields>
433  </class>
434
435  <class className="org.intermine.model.bio.Publication">
436    <headerconfig>
437  <titles>
438    <title mainTitles="title" />
439 </titles>
440    </headerconfig>
441    <inlinelist>
442      <table path="authors.name" showLinksToObjects="true" />
443    </inlinelist>
444    <fields>
445      <fieldconfig fieldExpr="firstAuthor"/>
446      <fieldconfig fieldExpr="title"/>
447      <fieldconfig fieldExpr="year"/>
448      <fieldconfig fieldExpr="journal"/>
449      <fieldconfig fieldExpr="volume"/>
450      <fieldconfig fieldExpr="pages"/>
451      <fieldconfig fieldExpr="pubMedId"/>
452    </fields>
453  </class>
454
455  <class className="org.intermine.model.bio.RegulatoryRegion">
456    <fields>
457      <fieldconfig fieldExpr="primaryIdentifier"/>
458    </fields>
459  </class>
460
461  <class className="org.intermine.model.bio.Reporter">
462    <fields>
463      <fieldconfig fieldExpr="controlType"/>
464      <fieldconfig fieldExpr="isControl"/>
465    </fields>
466  </class>
467
468  <class className="org.intermine.model.bio.RNAiPhenotype">
469    <fields>
470      <fieldconfig fieldExpr="comment"/>
471      <fieldconfig fieldExpr="name"/>
472      <fieldconfig fieldExpr="code"/>
473    </fields>
474  </class>
475
476
477  <class className="org.intermine.model.bio.RNAiScreen">
478    <fields>
479      <fieldconfig fieldExpr="name"/>
480      <fieldconfig fieldExpr="publication.title"/>
481    </fields>
482  </class>
483
484  <class className="org.intermine.model.bio.RNAiScreenHit">
485    <fields>
486      <fieldconfig fieldExpr="result"/>
487      <fieldconfig fieldExpr="pcrProduct.primaryIdentifier" label="PCR Product"/>
488      <fieldconfig fieldExpr="rnaiScreen" showInInlineCollection="false" showInSummary="false" showInResults="false" label="RNAi Screen"/>
489      <fieldconfig fieldExpr="pcrProduct" showInInlineCollection="false" showInSummary="false" showInResults="false" label="PCR Product"/>
490      <fieldconfig fieldExpr="rnaiScreen.name" label="Screen" />
491      <fieldconfig fieldExpr="rnaiScreen.publication.pubMedId" label="PubMed ID"/>
492    </fields>
493  </class>
494
495  <class className="org.intermine.model.bio.Sample">
496    <fields>
497      <fieldconfig fieldExpr="materialType"/>
498      <fieldconfig fieldExpr="organism.name" label="Organism"/>
499      <fieldconfig fieldExpr="primaryCharacteristicType"/>
500      <fieldconfig fieldExpr="primaryCharacteristic"/>
501    </fields>
502  </class>
503
504  <class className="org.intermine.model.bio.SampleCharacteristic">
505    <fields>
506      <fieldconfig fieldExpr="type"/>
507      <fieldconfig fieldExpr="value"/>
508    </fields>
509  </class>
510
511  <class className="org.intermine.model.bio.Sequence">
512    <fields>
513      <fieldconfig fieldExpr="residues" fieldExporter="org.intermine.bio.web.export.ResidueFieldExporter"
514                   sectionOnRight="true" sectionTitle="Residues" openByDefault="true"
515                   showInSummary="false" showInResults="false" showInInlineCollection="false"/>
516      <fieldconfig fieldExpr="length"/>
517    </fields>
518    <tabledisplayer src="/model/sequenceShortDisplayer.jsp"/>
519  </class>
520
521   <class className="org.intermine.model.bio.Stock">
522    <fields>
523      <fieldconfig fieldExpr="primaryIdentifier"/>
524      <fieldconfig fieldExpr="stockCenter"/>
525    </fields>
526  </class>
527
528  <class className="org.intermine.model.bio.Synonym">
529    <fields>
530      <fieldconfig fieldExpr="value"/>
531    </fields>
532  </class>
533
534  <class className="org.intermine.model.bio.TFBindingSite">
535    <fields>
536      <fieldconfig fieldExpr="primaryIdentifier"/>
537      <fieldconfig fieldExpr="gene.symbol" label="Gene"/>
538      <fieldconfig fieldExpr="factor.primaryIdentifier" label="Factor"/>
539    </fields>
540  </class>
541
542  <class className="org.intermine.model.bio.Transcript">
543    <fields>
544      <fieldconfig fieldExpr="primaryIdentifier"/>
545      <fieldconfig fieldExpr="gene.symbol" label="Gene" showInSummary="false" />
546    </fields>
547  </class>
548
549  <class className="org.intermine.model.bio.TransposableElement">
550    <fields>
551      <fieldconfig fieldExpr="primaryIdentifier"/>
552      <fieldconfig fieldExpr="secondaryIdentifier"/>
553      <fieldconfig fieldExpr="insertedElement.symbol"/>
554    </fields>
555  </class>
556
557  <class className="org.intermine.model.bio.TransposableElementInsertionSite">
558    <fields>
559      <fieldconfig fieldExpr="primaryIdentifier"/>
560      <fieldconfig fieldExpr="secondaryIdentifier"/>
561      <fieldconfig fieldExpr="cytoLocation"/>
562      <fieldconfig fieldExpr="length" displayer="/model/sequenceShortDisplayerWithField.jsp" />
563    </fields>
564  </class>
565
566  <class className="org.intermine.model.bio.TreatmentParameter">
567    <fields>
568      <fieldconfig fieldExpr="type"/>
569      <fieldconfig fieldExpr="value"/>
570      <fieldconfig fieldExpr="units"/>
571    </fields>
572  </class>
573
574  <class className="org.intermine.model.bio.Treatment">
575    <fields>
576      <fieldconfig fieldExpr="action"/>
577    </fields>
578  </class>
579
580  <class className="org.intermine.model.bio.UniProtFeature" label="Uniprot Feature">
581    <fields>
582      <fieldconfig fieldExpr="type"/>
583      <fieldconfig fieldExpr="description"/>
584      <fieldconfig fieldExpr="begin"/>
585      <fieldconfig fieldExpr="end"/>
586    </fields>
587  </class>
588
589<!-- exporters -->
590  <tableExportConfig id="sequence" className="org.intermine.bio.web.export.SequenceHttpExporter"/>
591  <tableExportConfig id="gff3" className="org.intermine.bio.web.export.GFF3HttpExporter"/>
592  <tableExportConfig id="bed" className="org.intermine.bio.web.export.BEDHttpExporter"/>
593
594  <reportdisplayers>
595
596    <reportdisplayer javaClass="org.intermine.bio.web.displayer.CytoscapeNetworkDisplayer"
597                     jspName="model/cytoscapeNetworkDisplayer.jsp"
598                     replacesFields="interactions"
599                     placement="Interactions"
600                     types="Gene,Protein"/>
601
602   <reportdisplayer javaClass="org.flymine.web.displayer.DrosophilaHomologueDisplayer"
603                    jspName="model/drosophilaHomologueDisplayer.jsp"
604                    replacesFields=""
605                    placement="Homology"
606                    types="Gene"/>
607
608    <reportdisplayer javaClass="org.flymine.web.displayer.FlyAtlasDisplayer"
609                     jspName="model/flyAtlasDisplayer.jsp"
610                     replacesFields="microArrayResults"
611                     placement="Expression"
612                     types="Gene"/>
613
614   <reportdisplayer javaClass="org.intermine.bio.web.displayer.GeneOntologyDisplayer"
615                     jspName="model/geneOntologyDisplayer.jsp"
616                     replacesFields="goAnnotation,ontologyAnnotations"
617                     placement="Function"
618                     types="Gene"/>
619
620    <reportdisplayer javaClass="org.intermine.bio.web.displayer.GBrowseDisplayer"
621                     jspName="model/gbrowseDisplayer.jsp"
622                     replacesFields=""
623                     placement="Genes"
624                     types="SequenceFeature"/>
625
626    <reportdisplayer javaClass="org.intermine.bio.web.displayer.GeneStructureDisplayer"
627                     jspName="model/geneStructureDisplayer.jsp"
628                     replacesFields="transcripts,exons,CDSs,introns,UTRs,fivePrimeUTR,threePrimeUTR"
629                     placement="Genes"
630                     types="Gene,Transcript,Exon,Intron,UTR,CDS"/>
631
632    <reportdisplayer javaClass="org.intermine.bio.web.displayer.HomologueDisplayer"
633                     jspName="model/homologueDisplayer.jsp"
634                     replacesFields="homologues"
635                     placement="Homology"
636                     parameters="{'dataSets': ['TreeFam data set', 'KEGG orthologues data set']}"
637                     types="Gene"/>
638
639    <reportdisplayer javaClass="org.intermine.bio.web.displayer.JMOLDisplayer"
640                     jspName="model/JMOLDisplayer.jsp"
641                     replacesFields=""
642                     placement="summary"
643                     types="ProteinStructure"/>
644
645    <reportdisplayer javaClass="org.intermine.bio.web.displayer.OverlappingFeaturesDisplayer"
646                     jspName="model/overlappingFeaturesDisplayer.jsp"
647                     replacesFields="overlappingFeatures"
648                     placement="Genes"
649                     types="SequenceFeature"/>
650
651    <reportdisplayer javaClass="org.intermine.bio.web.displayer.RegulatoryRegionsDisplayer"
652                     jspName="model/regulatoryRegionsDisplayer.jsp"
653                     replacesFields="regulatoryRegions"
654                     placement="Regulation"
655                     types="Gene"/>
656
657    <reportdisplayer javaClass="org.flymine.web.displayer.RNAiDisplayer"
658                     jspName="model/rnaiDisplayer.jsp"
659                     replacesFields="rnaiResults"
660                     placement="Regulation"
661                     types="Gene"/>
662
663    <reportdisplayer javaClass="org.intermine.bio.web.displayer.SequenceFeatureDisplayer"
664                     jspName="model/sequenceFeatureDisplayer.jsp"
665                     replacesFields="chromosome,chromosomeLocation,sequence,length,sequenceOntologyTerm,locations,cytoLocation"
666                     placement="summary"
667                     types="SequenceFeature"/>
668
669    <reportdisplayer javaClass="org.intermine.bio.web.displayer.UniProtCommentsDisplayer"
670                     jspName="model/uniProtCommentsDisplayer.jsp"
671                     replacesFields="comments"
672                     placement="Function"
673                     types="Protein"/>
674
675    <reportdisplayer javaClass="org.intermine.bio.web.displayer.PublicationAnnotationsDisplayer"
676                     jspName="model/publicationAnnotationsDisplayer.jsp"
677                     replacesFields=""
678                     placement="summary"
679                     parameters="Gene,Protein,Interaction.experiment,GOAnnotation.evidence"
680                     types="Publication"/>
681
682    <!-- currently only works with classes with publications collection -->
683    <reportdisplayer javaClass="org.intermine.bio.web.displayer.PublicationCountsDisplayer"
684                     jspName="model/publicationCountsDisplayer.jsp"
685                     replacesFields="publications"
686                     placement="Genes"
687                     types="BioEntity"/>
688
689    <reportdisplayer javaClass="org.intermine.bio.web.displayer.MinePathwaysDisplayer"
690                     jspName="model/minePathwaysDisplayer.jsp"
691                     replacesFields="pathways"
692                     placement="summary"
693                     types="Gene"/>
694
695    <reportdisplayer javaClass="org.intermine.bio.web.displayer.DiseaseDisplayer"
696                     jspName="model/diseaseDisplayer.jsp"
697                     replacesFields=""
698                     placement="summary"
699                     types="Gene"/>
700
701    <reportdisplayer javaClass="org.intermine.bio.web.displayer.ProteinStructureATMDisplayer"
702                     jspName="model/proteinStructureATMDisplayer.jsp"
703                     replacesFields="atm"
704                     placement="summary"
705                     types="ProteinStructure"/>
706
707     <reportdisplayer javaClass="org.intermine.bio.web.displayer.ProteinSequenceDisplayer"
708                     jspName="model/proteinSequenceDisplayer.jsp"
709                     replacesFields="sequence"
710                     placement="summary"
711                     types="Protein"/>
712
713  </reportdisplayers>
714
715   <widgets>
716      <graphdisplayer id="chromosome_distribution" title="Chromosome Distribution"
717        domainLabel="Chromosome"
718        rangeLabel="Count"
719        dataSetLoader="org.intermine.bio.web.widget.ChromosomeDistributionDataSetLdr"
720        link="org.intermine.bio.web.widget.ChromosomeDistributionGraphURLGenerator"
721        description="Actual: number of items in this list found on each chromosome.  Expected: given the total number of items on the chromosome and the number of items in this list, the number of items expected to be found on each chromosome."
722        graphType="BarChart"
723        extraAttributeClass="org.intermine.bio.util.BioUtil"
724        typeClass="org.intermine.model.bio.Gene,org.intermine.model.bio.SequenceFeature,org.intermine.model.bio.TransposableElementInsertionSite"
725       />
726<!--
727      <graphdisplayer id="feature_length" title="Feature Length"
728                              domainLabel="Length"
729                              rangeLabel=" "
730                              dataSetLoader="org.intermine.bio.web.widget.FeatureLengthDataSetLdr"
731                              description="The distribution of feature lengths in this list compared to lengths of all features of this type."
732                              graphType="XYLineChart"
733                              extraAttributeClass="org.intermine.bio.util.BioUtil"
734                              typeClass="org.intermine.model.bio.Gene,org.intermine.model.bio.Protein,org.intermine.model.bio.Exon,org.intermine.model.bio.Transcript"
735/>
736-->
737      <graphdisplayer id="flyatlas" title="Gene Expression in the Adult Fly (FlyAtlas)" domainLabel="Tissue" rangeLabel="Up (+) or Down (-) gene count" dataSetLoader="org.flymine.web.widget.FlyAtlasDataSetLdr"
738                      link="org.flymine.web.widget.FlyAtlasGraphURLGenerator"
739                      description="For each tissue in the adult fly, the number of genes from this list for which the levels of expression are significantly high (Up) or low (Down) according to &lt;a href=&quot;http://www.flyatlas.org/&quot; target=&quot;_new&quot;&gt;FlyAtlas&lt;/a&gt; AffyCall."
740                      typeClass="org.intermine.model.bio.Gene,org.intermine.model.bio.ProbeSet"
741                      graphType="StackedBarChart" />
742
743      <graphdisplayer id="flyfish" title="mRNA subcellular localisation (fly-FISH)" domainLabel="Stage" rangeLabel="Gene count" dataSetLoader="org.flymine.web.widget.FlyFishDataSetLdr"
744                      link="org.flymine.web.widget.FlyFishGraphURLGenerator"
745                      description="Expression patterns of Drosophila mRNAs at the subcellular level during early embryogenesis - data from  &lt;a href=&quot;http://fly-fish.ccbr.utoronto.ca/&quot; target=&quot;_new&quot;&gt;Fly-FISH&lt;/a&gt;.  Note that not all genes have been assayed by &lt;a href=&quot;http://fly-fish.ccbr.utoronto.ca/&quot; target=&quot;_new&quot;&gt;Fly-FISH&lt;/a&gt;."
746                      typeClass="org.intermine.model.bio.Gene"
747                      graphType="BarChart" />
748
749      <graphdisplayer id="bdgp" title="BDGP expression patterns"
750                      link="org.flymine.web.widget.BDGPinsituGraphURLGenerator"
751                      dataSetLoader="org.flymine.web.widget.BDGPinsituDataSetLdr"
752                      description="Expression patterns of Drosophila mRNAs during embryogenesis - data from  &lt;a href=&quot;http://www.fruitfly.org/cgi-bin/ex/insitu.pl&quot; target=&quot;_new&quot;&gt;BGDP&lt;/a&gt;.  Note that not all genes have been assayed by &lt;a href=&quot;http://www.fruitfly.org/cgi-bin/ex/insitu.pl&quot; target=&quot;_new&quot;&gt;BGDP&lt;/a&gt;. "
753                      domainLabel="Stage"
754                      rangeLabel="Gene count"
755                      typeClass="org.intermine.model.bio.Gene"
756                      graphType="BarChart" />
757
758      <enrichmentwidgetdisplayer id="miranda_enrichment" title="MiRNA Enrichment"
759                                 link="org.flymine.web.widget.MirandaURLQuery"
760                                 dataSetLoader="org.flymine.web.widget.MirandaLdr"
761                                 description="MiRNAs enriched for items in this list."
762                                 label="MiRNAs"
763                                 typeClass="org.intermine.model.bio.Gene" />
764
765      <enrichmentwidgetdisplayer id="protein_features" title="UniProt Features"
766                                 link="org.intermine.bio.web.widget.UniProtFeaturesURLQuery"
767                                 dataSetLoader="org.intermine.bio.web.widget.UniProtFeaturesLdr"
768                                 label="Feature"
769                                 description="UniProt features enriched for proteins in this list."
770                                 typeClass="org.intermine.model.bio.Protein" />
771
772      <enrichmentwidgetdisplayer id="uniprot_keywords" title="UniProt Keywords"
773                                 link="org.intermine.bio.web.widget.UniProtKeywordsURLQuery"
774                                 dataSetLoader="org.intermine.bio.web.widget.UniProtKeywordsLdr"
775                                 label="Keyword"
776                                 description="UniProt keywords enriched for proteins in this list."
777                                 typeClass="org.intermine.model.bio.Protein" />
778
779      <enrichmentwidgetdisplayer id="go_enrichment" title="Gene Ontology Enrichment"
780                                 link="org.intermine.bio.web.widget.GoStatURLQuery"
781                                 dataSetLoader="org.intermine.bio.web.widget.GoStatLdr"
782                                 description="GO terms enriched for items in this list."
783                                 label="GO Term"
784                                 filters="biological_process,cellular_component,molecular_function"
785                                 filterLabel="Ontology"
786                                 typeClass="org.intermine.model.bio.Gene,org.intermine.model.bio.Protein"
787                                 externalLink="http://amigo.geneontology.org/cgi-bin/amigo/term_details?term=" />
788
789      <enrichmentwidgetdisplayer id="prot_dom_enrichment" title="Protein Domain Enrichment"
790                                 link="org.intermine.bio.web.widget.ProteinDomainURLQuery"
791                                 dataSetLoader="org.intermine.bio.web.widget.ProteinDomainLdr"
792                                 label="Protein Domain"
793                                 description="Protein Domains enriched for items in this list."
794                                 typeClass="org.intermine.model.bio.Gene,org.intermine.model.bio.Protein"
795                                 externalLink="http://www.ebi.ac.uk/interpro/IEntry?ac=" />
796
797      <enrichmentwidgetdisplayer id="publication_enrichment" title="Publication Enrichment"
798                                 link="org.intermine.bio.web.widget.PublicationURLQuery"
799                                 dataSetLoader="org.intermine.bio.web.widget.PublicationLdr"
800                                 label="Publication"
801                                 description="Publications enriched for genes in this list."
802                                 externalLink="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&amp;db=PubMed&amp;dopt=Abstract&amp;list_uids="
803                                 typeClass="org.intermine.model.bio.Gene"
804                                 externalLinkLabel="PubMed:" />
805
806      <enrichmentwidgetdisplayer id="bdgp_enrichment" title="BDGP Enrichment"
807                                 link="org.flymine.web.widget.BDGPURLQuery"
808                                 dataSetLoader="org.flymine.web.widget.BDGPLdr"
809                                 label="Terms"
810                                 description="ImaGO terms enriched for genes in this list - data from &lt;a href=&quot;http://www.fruitfly.org/cgi-bin/ex/insitu.pl&quot; target=&quot;_new&quot;&gt;BDGP&lt;/a&gt;.  Note that not all genes have been assayed by BDGP."
811                                 typeClass="org.intermine.model.bio.Gene" />
812
813      <enrichmentwidgetdisplayer id="pathway_enrichment" title="Pathway Enrichment"
814                                 link="org.intermine.bio.web.widget.PathwayURLQuery"
815                                 dataSetLoader="org.intermine.bio.web.widget.PathwayLdr"
816                                 label="Pathways"
817                                 filters="All datasets,KEGG,Reactome"
818                                 filterLabel="DataSet"
819                                 description="Pathways enriched for genes in this list - data from KEGG and Reactome"
820                                 typeClass="org.intermine.model.bio.Gene" />
821
822    </widgets>
823</webconfig>
Note: See TracBrowser for help on using the repository browser.