GEBVtest Merged Files

The gebvtest.py program offers an option (-m, --mergefiles) to create a file of merged Cf/Df/Cr/Gr records as a convenience to the user. These files can make it easier to check for the correctness of the input datasets and they can be used to perform additional checks and/or statistical analyses, using R or SAS,for example.

Two sets of files are created for each of the trait analysed:

Please see the file format below.

By default, the files are created in directory DATADIR/merged. The merged files do not have a _POPBRD extension, so if you would like to create files for more than one population or breed, you should also supply the -M, --mergedir option with a different destination directory for each population/breed. The destination directory can be an absolute path, or it can be relative to the programs directory (eg. ../sample_data/my_merges). The directory will be created automatically if it does not exist.

File format trait_bEtDGbase.csv

The file is in comma-separated-variable (csv) format, using commas as the separator.

Column

Variable

Type

Description

1

aid

char(19)

animal ID

2

byear

int

Birth year

3

top

char(2)

Type of proof

4

off

char(1)

Official status (Y/N)

5

status

char(2)

Status of bull

6

nd

int

Number of daughters

7

nh

int

number of herds

8

Cf

char(2)

Fixed separator for Cf info

9

edc

int

EDC from Cf file

10

rel

real

Reliability from Cf file (x100)

11

ebv

real

Predicted genetic merit ("proof") from Cf file

12

Df

char(2)

Fixed separator for Df info

13

edcd

int

EDC from Df file

14

reld

real

Reliability from Df file (x100)

15

dpgm

real

DD or deregressed proof from Df file

16

Gf

char(2)

Fixed separator for Gf info

17

edcgf

int

EDC from Gf file

18

relgf

real

reliability from Gf file

19

gebvf

real

Predicted genomic merit ("proof") from Gf file

20

DGf

Char (3)

Fixed separator for DGf info

21

edcvf

int

EDC from vf file

22

relvf

real

reliability from vf file

23

dgebvf

real

deregressed genomic merit ("proof")

24

Cr

char(2)

Fixed separator for Cr info

25

edcr

int

EDC from Cr file

26

relr

real

Reliability from Cr file (x100)

27

ebvr

real

Predicted genetic merit ("proof") from Cr file

28

Gr

char(2)

Fixed separator for Gr info

29

edcg

int

EDC from Gr file

30

relg

real

Reliability from Gr file (x100)

31

gebv

real

GEBV from Gr file