User Tools

Site Tools


application_programs

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
application_programs [2012/05/10 19:51] – created ignacyapplication_programs [2022/05/10 21:00] dani
Line 1: Line 1:
-The programs support mixed models with multiple-correlated effects, multiple animal models and dominance.+The [[distribution|programs]] support mixed models with multiple-correlated effects, multiple animal models and dominance.
  
-   * BLUPF90 - BLUP in memory +**Most** of the programs now support being called with the parameter file as an argument, e.g. <file> blupf90 renf90.par </file> This avoids typing the name of the file in interactive or doing the trick. <file> echo renf90.par | blupf90 </file> 
-   *REMLF90 - accelerated EM REML + 
-   QXPAK joint analysis of QTL and polygenic effects (MPerez-Enciso) +Download {{:blupf90_all7.pdf|BLUPF90 family manual}}. Note that some programs shown below are not in the manual (e.g. ''inbupgf90''
-  * AIREMLF90 Average Information REML (S. Tsuruta) + 
-  *  AIREMLRES as above with support for heterogeneous residual variances (TDruet+\\ 
-  * CBLUP90  - Solutions for bivariate linear-threshold models +**Main programs** 
-  * CBLUP90THR  -as above but with thresholds computed and many linear traits (BAuvray+  [[readme.blupf90plus|BLUPF90+]] a combined program of blupf90, remlf90, and airemlf90 
-  *   CBLUP90REML as above but with quasi REML (B. Auvray+  * [[readme.gibbsf90plus|GIBBSF90+]] a combined program of gibbs1f90, gibbs2f90, gibbs3f90, thrgibbs1f90, and thrgibbs3f90 
-  * GIBBSF90 simple block implementation of Gibbs sampling +  * [[readme.postgibbs|POSTGIBBSF90]] statistics and graphics for post-Gibbs analysis (S. Tsuruta) 
-  * GIBBS1F90 as above but faster because mixed model equations created only once +  * [[Readme.Renumf90|RENUMF90]] a renumbering program that also can check pedigrees and assign unknown parent groups; supports large data sets 
-  * GIBBS2F90 as above but with joint sampling of correlated effects +  * [[readme.pregsf90|PREGSF90]] – genomic preprocessor that combines genomic and pedigree relationships (IAguilar
-  *  GIBBS3F90 as above with support for heterogeneous residual variances +  * [[readme.pregsf90|POSTGSF90]] – genomic postprocessor that extracts SNP solutions after genomic evaluations (single step, GBLUP) (I. Aguilar) 
-  *  POSTGIBBSF90 graphical tool for post-Gibbs analysis (STsuruta+  * [[Readme.pedictf90|PREDICTF90]] a program to calculate adjusted y, y_hat, and residuals (IAguilar
-  * THRGIBBSF90 Gibbs -sampling for any combination of categorical and linear traits (DLee) +  * [[Readme.predf90|PREDF90]] a program to predict direct genomic value (DGVfor animals based on genotypes and SNP solution 
-  * THRGIBBS1F90 – As above but simplified (STsuruta+  * [[readme.qcf90|QCF90]] a quality-control tool on genotypes and pedigree information (Y. Masuda) 
-  * RENUMF90  a renumbering program that also can check pedigrees and assign unknown parent groups; supports large data sets+  * [[Readme.Inbupgf90|INBUPGF90]] a program to calculate inbreeding coefficients with incomplete pedigree (I. Aguilar)  
 +  * [[Readme.SeekParentf90|SEEKPARENTF90]] -  a program to verify paternity and parent discovery using SNP markers (I. Aguilar) 
 + 
 +/*Included in application programs*/ 
 + 
 +**Available by request** 
 +  * QXPAK joint analysis of QTL and polygenic effects (MPerez-Enciso[[http://www.icrea.cat/Web/OtherSectionViewer.aspx?key=485&titol=Software:Qxpak | QxPak web page]] 
 +  * MRF90 Method R program suitable for a large data set; contact T. Druet
 +  * COXF90 – Bayesian Cox model - contact J. P. Sanchez (JuanPablo.Sanchez@irta.cat
 +  * BLUPF90HYP – BLUPF90 with hypothesis testing (F and Chi2 tests) contact J. P. Sanchez as above
      
-  +**Available only under a research agreement** 
-Available by request +  * [[readme.pcg2|BLUP90IOD2]] - BLUP by iteration on data with PCG for very large models (S. Tsuruta) 
-  *   MRF90 Method R program suitable for very large data sets; contact Tom Druet+  * BLUP90IOD2RR & BLUP90IOD2HR - BLUP90IOD2 with heterogeneous residual variances (like in GIBBS3F90 & AIREMLF90) 
-  * COXF90 – Bayesian Cox model contact Juan Pablo Sanchez  (JuanPablo.Sanchez@irta.cat+  * [[readme.thr1pcg|CBLUP90IOD2]] - BLUP by iteration on data for threshold-linear models (working for one threshold and several linear traits) 
-  * BLUPF90HYP – BLUPF90 with hypothesis testing  (F  and Chi2 tests contact Juan Pablo as above+  * CBLUP90MBE BLUP by iteration on data for threshold-linear models (working for one threshold and several linear traits) with support for very large models for multi-breed evaluations 
 +  * [[readme.acc|ACCF90]] - approximation of accuracies for breeding values 
 +  * [[readme.accgs|ACCF90GS]] approximation of accuracies for genomic breeding values 
 +  * BLUP90MBE - BLUP by iteration on data with support for very large models for multi-breed evaluations (ALegarra
 +  * [[readme.blupadj|BLUP90ADJ]] - BLUP data preadjustment tool 
 +  * [[readme.deproofs|DEPROOFSF90]] - computation of deregressed proof (DRP) 
 +  * [[readme.dyd|DYDF90]] - computation of daughter yield deviation (DYD) known as progeny trait deviation 
 +  * [[readme.pcgtest|BLUP90IODTEST (new BLUP90IOD)]] - a combined program of BLUP90IOD2, BLUP90IOD2RR, and BLUP90IOD2HR: under test
      
-Available only under research agreement +**Deprecated programs (as of May 2022)** 
-  *   BLUP90IOD - BLUP by iteration on data with support for very large problems (S. Tsuruta) +  * [[readme.blupf90|BLUPF90]] - BLUP in memory 
-  *  BLUP90IODTHR - as above for threshold-linear models +  * [[readme.reml|REMLF90]] - accelerated EM REML 
-  * ACCF90 approximation of multiple-trait accuracies +  * [[readme.aireml|AIREMLF90]] - Average Information REML with several options including EM-REML and heterogeneous residual variances (S. Tsuruta) 
-  * BLUP90ADJ Data preadjustment tool +  * [[readme.gibbs|GIBBSF90]] - simple block implementation of Gibbs sampling - no genomic 
-   +  * [[readme.gibbs1|GIBBS1F90]] - as above but faster for creating mixed model equations only once 
-Included in application programs +  * [[readme.gibbs2|GIBBS2F90]] as above but with joint sampling of correlated effects 
-  *   PREGSF90 – genomic preprocessor that combines genomic and pedigree relationships (IAguilar)+  * [[readme.gibbs3|GIBBS3F90]] as above with support for heterogeneous residual variances 
 +  * THRGIBBSF90 - Gibbs sampling for any combination of categorical and linear traits (D. Lee) no genomic 
 +  * [[readme.thrgibbs1|THRGIBBS1F90]] as above but simplified with several options (S. Tsuruta) 
 +  * [[readme.thrgibbs3|THRGIBBS3F90]] - as above with heterogeneous residual variances for linear traits 
 +  * CBLUP90  - solutions for bivariate linear-threshold models (works only for 2 trait model: threshold and linear) 
 +  * CBLUP90THR - as above but with thresholds computed and many linear traits (B. Auvray) 
 +  * CBLUP90REML - as above but with quasi REML (B. Auvray) - no genomic 
 +  * [[readme.gibbscen|GIBBS2CEN]] - support censored data (J. Arango) - no genomic 
 +  * [[readme.gibbsrecur|GIBBS2RECUR]] - support recursive models (JP. Sanchez- no genomic 
 + 
 +Other programming contributions were made by Miguel Perez-Enciso ''(user_file)'' and François Guillaume (Jenkins hashing functions).
application_programs.txt · Last modified: 2024/06/19 14:22 by andres

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki