Information & Computational Sciences

Import Data

The Import Data dialog is used to provide information on which map and genotype data files should be used to import a data set into Flapjack.

Flapjack Screenshot

The map file should contain information on the markers, the chromosome they are on, and their position within that chromosome. The markers do not need to be in any particular order as Flapjack will group and sort them by chromosome and distance once they are loaded. A short example is shown below:

  Marker1      1H     32.5
  Marker2      1H     45.0
  Marker3      2H     23.9

The genotype file should contain a list of variety lines, with allele data per marker for that line. It also requires a header line specifying the marker information for each column.

               Marker1   Marker2   Marker3
  Line1        A         G         G
  Line2        A         -         G/T
  Line3        T         A         C

Both the map file and the genotype file must be in plain-text, tab-delimited format.

Additional import options are available to control the way that Flapjack will read the provided file:

Flapjack will display the progress of the import operation as the data is read from the files:

Flapjack Screenshot