Changes

From Genome Analysis Wiki
Jump to navigationJump to search
Line 80: Line 80:  
=== Specifying Weights in P-value Based Analysis ===
 
=== Specifying Weights in P-value Based Analysis ===
   −
The weight for each MARKER can be stored in a column in the table (specified with the <code>WEIGHTLABEL</code> or <code>WEIGHT</code> commands). Alternatively, the same weight can be used for all markers for that inputfile (in which case the fixed weight can be set with the <code>DEFAULTWEIGHT</code> command).  The WEIGHTLABEL command takes precedence over the DEFAULTWEIGHT command, so the WEIGHT column label in use must not match any columns in the inputfile.
+
The weight for each MARKER can be stored in a column in the table (specified with the <code>WEIGHTLABEL</code> or <code>WEIGHT</code> commands).
 +
 
 +
  WEIGHT      N
 +
 
 +
  Alternatively, the same weight can be used for all markers for that inputfile (in which case the fixed weight can be set with the <code>DEFAULTWEIGHT</code> command).  The WEIGHTLABEL command takes precedence over the DEFAULTWEIGHT command, so the WEIGHT column label in use must not match any columns in the inputfile.
 +
 
 +
  WEIGHT          DONTUSECOLUMN
 +
  DEFAULTWEIGHT  1000
    
=== Reading Each Input File ===
 
=== Reading Each Input File ===
62

edits

Navigation menu