Learn R Programming

synbreed (version 0.12-9)

add.gpData: 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

Value

It is returned a gpData object, which contains gpData1 and gpData2

Details

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

See Also

create.gpData codeGeno

Examples

Run this code
# NOT RUN {
add.gpData(maize, maize)
# }

Run the code above in your browser using DataLab