add.gpData: Join two 'gpData' objects

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/add.gpData.r

Description

Function for joining two gpData objects

Usage

1
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

1
2
3
4
## Not run: 
add.gpData(maize, maize)

## End(Not run)

synbreed documentation built on March 12, 2021, 3:01 a.m.