| 1 | <molgenis> |
|---|
| 2 | <form name="Investigations" entity="Investigation"> |
|---|
| 3 | <menu name="IMenu"> |
|---|
| 4 | <menu name="Subjects"> |
|---|
| 5 | <form name="Strains" entity="Strain" /> |
|---|
| 6 | <form name="Individuals" entity="Individual" /> |
|---|
| 7 | <form name="Samples" entity="Sample" /> |
|---|
| 8 | <form name="PairedSamples" entity="PairedSample" /> |
|---|
| 9 | </menu> |
|---|
| 10 | <menu name="Traits"> |
|---|
| 11 | <form name="Genes" entity="Gene" /> |
|---|
| 12 | <form name="Proteins" entity="Protein" /> |
|---|
| 13 | <form name="Metabolites" entity="Metabolite" /> |
|---|
| 14 | <form name="Phenotypes" entity="Phenotype" /> |
|---|
| 15 | <form name="Markers" entity="Marker" /> |
|---|
| 16 | <form name="Probes" entity="Probe" /> |
|---|
| 17 | <form name="ProbeSets" entity="ProbeSet" /> |
|---|
| 18 | <form name="Spots" entity="Spot" /> |
|---|
| 19 | <form name="MassPeaks" entity="MassPeak" /> |
|---|
| 20 | </menu> |
|---|
| 21 | <form name="Data" entity="Data"> |
|---|
| 22 | <plugin name="MatrixViewer" type="plugins.matrix.MatrixViewPlugin" /> |
|---|
| 23 | </form> |
|---|
| 24 | <form name="ProtocolApplications" entity="ProtocolApplication"> |
|---|
| 25 | <!-- TODO show input and output data --> |
|---|
| 26 | </form> |
|---|
| 27 | </menu> |
|---|
| 28 | </form> |
|---|
| 29 | <form name="Protocols" entity="Protocol"> |
|---|
| 30 | <menu name="ProtocolMenu"> |
|---|
| 31 | <form name="Markers" entity="Marker" /> |
|---|
| 32 | <form name="Probes" entity="Probe" /> |
|---|
| 33 | <form name="ProbeSets" entity="ProbeSet" /> |
|---|
| 34 | <form name="Spots" entity="Spot" /> |
|---|
| 35 | <form name="MassPeaks" entity="MassPeak" /> |
|---|
| 36 | </menu> |
|---|
| 37 | </form> |
|---|
| 38 | <menu name="OntologyTerms"> |
|---|
| 39 | <form name="Species" entity="Species" /> |
|---|
| 40 | <form name="SampleLabels" entity="SampleLabel" /> |
|---|
| 41 | <form name="Tissues" entity="Tissue" /> |
|---|
| 42 | </menu> |
|---|
| 43 | <menu name="ImportExport"> |
|---|
| 44 | <plugin name="Export" type="plugins.export.DbggExportPlugin" /> |
|---|
| 45 | <plugin name="Import" type="plugins.export.DbggImportPlugin" /> |
|---|
| 46 | </menu> |
|---|
| 47 | </molgenis> |
|---|