User Tools

Site Tools


newhybrids

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
newhybrids [2011/05/20 17:32] heidinewhybrids [2011/06/03 17:20] (current) heidi
Line 17: Line 17:
   * Windows   * Windows
 \\ \\
 +
 +
 +
  
  
 ===== Data type handled ===== ===== Data type handled =====
 +  * diploid
   * AFLP   * AFLP
 +  * MICROSAT
 +  * Standard
  
 \\ \\
 +
 +
 +
 +
  
  
Line 28: Line 38:
  
 ===== Input Files ===== ===== Input Files =====
-  * whitespace (spaces and or tabs) separated text file *.txt+  * whitespace (spaces and or tabs) separated text file *.txt/*.dat
   * first line: ''NumIndivs '' number of individuals   * first line: ''NumIndivs '' number of individuals
   * second line: ''NumLoci '' number of loci   * second line: ''NumLoci '' number of loci
Line 37: Line 47:
     * first character: number of the individual (numbering must be serially)     * first character: number of the individual (numbering must be serially)
     * next characters: genotypes (all on same line or on different lines)     * next characters: genotypes (all on same line or on different lines)
 +      * ''Lumped'' format: two alleles are encoded as one number, ''Digits'' specify how many digits are used to represent each locus
 +      * ''NonLumped'' format: alleles at each locus are given by a consecutive pair of numbers that are white space seperated
 +      * Missing data: ''Lumped'': encoded as ''0'', ''NonLumped'': encoded as ''-1'' (each allele at the missing locus must have a ''-1'')
 +
 \\ \\
  
 +==== AFLP data ====
 +  * ''Lumped'' format
 +  * ''+'' band is present
 +  * ''-'' band is absent
 +  * ''0'' missing data
  
 +  * data types can be mixed
  
 +\\
  
  
 +==== Example ==== 
 +  * ''Lumped'' data file: 
 +<code> 
 +NumIndivs 2 
 +NumLoci 6 
 +Digits 1 
 +Format Lumped 
 +LocusNames sAAT1 sAAT2 sAAT3 ADA1 ADA2 ADH 
 +1 11 11 11 0 11 32 
 +2 21 11 21 11 11 12  
 +</code> 
 +  * ''NonLumped'' data file: 
 +<code> 
 +NumIndivs 2 
 +NumLoci 6 
 +Digits 1 
 +Format NonLumped 
 +LocusNames sAAT1 sAAT2 sAAT3 ADA1 ADA2 ADH 
 +1 123 143 -1 -1 144 144 120 122 157 158 144 144  
 +2 135 135 134 140 144 144 120 122 161 161 144 144  
 +</code> 
 +  * AFLP data file (4 Microsat loci, 5 AFLP loci): 
 +<code> 
 +NumIndivs 2 
 +NumLoci 9 
 +Digits 1 
 +Format Lumped 
 +LocusNames m1 m2 m3 m4 A1 A2 A3 A4 A5 
 +1 11 12 13 11 + + + - + 
 +2 22 33 11 22 - - 0 - - 
 +3 12 13 13 11 + - - - + 
 +</code>
  
 ===== How to cite ===== ===== How to cite =====
newhybrids.1305905564.txt.gz · Last modified: 2011/05/20 17:32 by heidi