add.gpData {synbreed}R Documentation

Join two gpData objects

Description

Function for joining two gpData objects

Usage

add.gpData(gpData1, gpData2)

Arguments

gpData1

A gpData object with at least elements geno and map

gpData2

Second gpData object with at least elements geno and map

Details

The function writes a vcf file. The format of the output is "GT". Other formats are not supported.

Value

A gpData object is returned containing gpData1 and gpData2

Author(s)

Hans-Juergen Auinger

See Also

create.gpData codeGeno

Examples


## Not run: 
add.gpData(maize, maize)

## End(Not run)


[Package synbreed version 0.12-14 Index]