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
Next revisionBoth sides next revision
readme.renumf90 [2018/04/09 23:33] – [Fields in the parameter file] shogoreadme.renumf90 [2018/06/05 23:50] – [Options] dani
Line 47: Line 47:
 </file> </file>
 The data file is f1 The data file is f1
 +
 +<file>
 +SKIP_HEADER
 +n
 +</file>
 +This is optional. It skips the first n lines as header in the data file.
  
 <file> <file>
Line 123: Line 129:
  
  //fped// specifies the pedigree file  //fped// specifies the pedigree file
 +
 +<file>
 +SKIP_HEADER
 +n
 +</file>
 +This is optional. It skips the first n lines as header in the pedigree file.
  
 <file> <file>
Line 216: Line 228:
   * 'pedigree' - the program computes inbreeding coefficients with Meuwissen and Luo (1992) using the pedigree to be saved in renaddxx.ped; calculated inbreeding coefficients will be saved in a file "renf90.inb" with the original ID   * 'pedigree' - the program computes inbreeding coefficients with Meuwissen and Luo (1992) using the pedigree to be saved in renaddxx.ped; calculated inbreeding coefficients will be saved in a file "renf90.inb" with the original ID
   * 'file' - the program reads inbreeding coefficients from an external file. You should put the filename after 'file' e.g. 'file inbreeding.txt'. The file has at least 2 columns: original_ID and inbreeding value (from 0.0 to 1.0). The program just skips unnecessary IDs   * 'file' - the program reads inbreeding coefficients from an external file. You should put the filename after 'file' e.g. 'file inbreeding.txt'. The file has at least 2 columns: original_ID and inbreeding value (from 0.0 to 1.0). The program just skips unnecessary IDs
 +
 +<file>
 +FIXED_REGRESSION 
 +r_type
 +</file>
 +It is the same as ''RANDOM_REGRESSION'' (see the explanation below) but it is effective only for fixed effects.
  
 <file> <file>
Line 304: Line 322:
 parameters used to read the input file: parameters used to read the input file:
  
- - the default size of character fields+ - the default size of character fields (default = 20)
 <file> <file>
 OPTION alpha_size nn OPTION alpha_size nn
Line 310: Line 328:
 where //nn// is the new size. where //nn// is the new size.
  
- - the size of th record length + - the size of th record length (default = 800) 
 <file> <file>
 OPTION max_string_readline nn OPTION max_string_readline nn
Line 316: Line 334:
 where //nn// is the new size. where //nn// is the new size.
  
- - the maximun number of fields  + - the maximun number of fields (default = 100) 
 <file> <file>
 OPTION max_field_readline nn OPTION max_field_readline nn
readme.renumf90.txt · Last modified: 2024/03/25 18:22 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki