Changes between Initial Version and Version 1 of UserInterface


Ignore:
Timestamp:
2010-10-01T23:38:13+02:00 (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserInterface

    v1 v1  
     1[[TOC()]]
     2= '''XGAP user interface''' =
     3All XGAPs feature are shown in menus. The menu on top gives access to the main XGAP menu as well as access to programmatic interfaces and documentation. When choosing the 'main' menu then the menu on the left gives access to all XGAP data and some plugins. Below some main use cases of the user interface are highlighted:
     4
     5== Nested menu structure ==
     6XGAP has a nested menu structure. Items in submenus are linked to the items in the menu above were appropriate. As shown in the example, you can view a strain by first selecting Subjects, then Strains, and then selecting a pareticular strain from this list.
     7
     8[[Image(menunesting.png)]]
     9
     10== Subjects and traits annotations ==
     11XGAP annotations are organized in Subjects ("who is measured"), for example 'Individuals' and 'Strains'), and Traits ("what is measured"), for example Markers, Probes, MassPeaks, Phenotypes. The details of these annotations can be viewed in these Subject and Trait menus respectively:
     12
     13[[Image(subjectstraits.png)]]
     14
     15See XgapDataModel for a complete overview of Trait and Subject variants.
     16
     17== Data matrices ==
     18XGAP stores measured or calculated data, such as genotypes, microarray gene expressions and QTL profiles, in the form of standardized data matrices. The rows and columns of these matrices refer to the appropriate annotations, for example, a genotype data sets may have Strains as rows and Markers as columns. All data sets can be found in the Data Matrices menu.
     19
     20[[Image(matrix.png)]]
     21
     22== Data navigation ==
     23GWA and GWL/QTL data sets are typically quite large. XGAP therefore provides search and navigation buttons. On top of each screen you can see the total number of items. You can navigate to next and previous records by using the double arrow buttons. The double arrows with an additional bar allow you to instantly navigate to the first or last record. This also works for data matrices, but then in two dimensions, so not only from left to right (columns) but also from top to bottom (rows).
     24
     25[[Image(navigation.png)]]
     26
     27== Download annotations ==
     28You can download a list of currently shown records in plain text format by using File -> Download Visible. Similarly one can download items selected using the checkboxes (File -> Download selected) or even the compleet set (File -> Download all).
     29
     30[[Image(downloadvisiblelist.png)]]
     31
     32== Download data matrices ==
     33Download of data matrices works identical to the download of annotations as described above:
     34
     35[[Image(downloadvisiblematrix.png)]]
     36
     37= Comments =
     38
     39==== Comment by anonymous on Mon Jan 18 09:35:13 2010 ====
     40 Suggestions for more documentation
     41 * how to edit a single record
     42 * how to add a list of annotations via the File menu
     43 * how to add a new data matrix via the File menu
     44 * how to downloading and upload whole investigations
     45
     46[[AddComment(appendonly)]]