User Tools

Site Tools


readme.renumf90

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
readme.renumf90 [2024/05/15 18:37] – [Options] danireadme.renumf90 [2024/05/22 18:53] (current) – [Options] dani
Line 1: Line 1:
- 
 =======RENUMF90====== =======RENUMF90======
 A renumbering program for the ''BLUPF90'' family now works with SNP info\\ A renumbering program for the ''BLUPF90'' family now works with SNP info\\
Line 253: Line 252:
 //r_type// could be: //r_type// could be:
   * 'data' if covariables for random regressions are in the data   * 'data' if covariables for random regressions are in the data
-  * "legendre' if legendre plynomials are to be generated from a single data variable; fully implemented now+  * "legendre' if legendre polynomials are to be generated from a single data variable; fully implemented now
  
 <file> <file>
Line 326: Line 325:
  
 =====Options===== =====Options=====
-The following options can added at the end of the parameter file to redefine+The following options can be added at the end of the parameter file to redefine
 parameters used to read the input file: parameters used to read the input file:
  
Line 335: Line 334:
 where //nn// is the new size. where //nn// is the new size.
  
- - the size of th record length (default = 800) + - the size of the record length (default = 800) 
 <file> <file>
 OPTION max_string_readline nn OPTION max_string_readline nn
Line 352: Line 351:
  
 allows indicating that the missing value is the number x (e.g., 999), for instance, if 0 is a valid record. This is only to represent the missing value in the data. If there are covariables in the data, 0 is treated as a value, not missing information. Missing pedigree is always 0 and cannot be changed to another value.  allows indicating that the missing value is the number x (e.g., 999), for instance, if 0 is a valid record. This is only to represent the missing value in the data. If there are covariables in the data, 0 is treated as a value, not missing information. Missing pedigree is always 0 and cannot be changed to another value. 
 +
 +<file>
 +OPTION remove_all_missing
 +</file>
 +
 +removes lines in the data where phenotypes are missing. Keeping those lines may cause unexpected behavior in some programs.
  
 <file> <file>
Line 362: Line 367:
 OPTION no_basic_statistics OPTION no_basic_statistics
 </file> </file>
-avoids the computation of basic statistics (min, max, correlations...) which take a certain time for very large data file.+avoids the computation of basic statistics (min, max, correlations...)which take a certain time for very large data file.
  
 <file> <file>
-OPTION inbreeding_method 1+OPTION inbreeding_method m
 </file> </file>
  
-allows choosing a method for inbreeding calculation. The inbreeding coefficients are used later (in the other programs) to set up the coefficients for the A-inverse. Existing options are:+allows choosing a method for inbreeding calculation. The inbreeding coefficients are used later (in the other programs) to set up the coefficients for the A-inverse. Acceptable values for m are:
      
-  1: Meuwissen and Luo (1992) +  1: Meuwissen and Luo (1992) 
-  2: Modified Meuwissen & Luo by Sargolzaei & Iwaisaki (2004) +  2: Modified Meuwissen & Luo by Sargolzaei & Iwaisaki (2004) 
-  3: Modified Colleau by Sargolzaei et al. (2005)  +  3: Modified Colleau by Sargolzaei et al. (2005)  
-  4: recursive tabular method  +  4: recursive tabular method  
-  5: method of Tier (1990) +  5: method of Tier (1990) 
-  6: Hybrid parallel computing, which is basically a parallel (OMP) version of Meuwissen and Luo (1992) +  6: Hybrid parallel computing, which is basically a parallel (OMP) version of Meuwissen and Luo (1992) 
-  7: Recursive tabular with self-breeding generations. This method is for populations with selfing, i.e., wheat +  7: Recursive tabular with self-breeding generations. For populations with selfing, i.e., wheat 
-  +
 The default is method 1. Large speed-ups are made using method 6, but this requires using several threads (e.g., using ''OMP_NUM_THREADS=4'') The default is method 1. Large speed-ups are made using method 6, but this requires using several threads (e.g., using ''OMP_NUM_THREADS=4'')
    
readme.renumf90.txt · Last modified: 2024/05/22 18:53 by dani

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki