powered by
gpData
Function for joining two gpData objects
add.gpData(gpData1, gpData2)
A gpData object with at least elements geno and map
geno
map
Second gpData object with at least elements geno and map
It is returned a gpData object, which contains gpData1 and gpData2
gpData1
gpData2
The function writes a vcf-file. The format of the output is "GT". Other formats are not supported.
create.gpData codeGeno
create.gpData
codeGeno
# NOT RUN { add.gpData(maize, maize) # }
Run the code above in your browser using DataLab