View source: R/imputationPipeline.R
mergeVCFs | R Documentation |
Uses bcftools merge
. Also requires tabix
.
mergeVCFs(inPath = NULL, inVCF1, inVCF2, outPath = NULL, outName)
outName |
NOTICE: This function is part of a family of functions ("imputation_functions"
) developed as part of the NextGen Cassava Breeding Project genomic selection pipeline.
For some examples of their useage:
Other imputation_functions:
convertDart2vcf()
,
convertVCFtoDosage()
,
createGenomewideDosage()
,
filter_positions()
,
postImputeFilterBeagle4pt1()
,
postImputeFilter()
,
runBeagle4pt1GL()
,
runBeagle5()
,
splitVCFbyChr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.