View source: R/imputationPipeline.R
runBeagle5 | R Documentation |
Impute with Beagle V5.0. Use an "imputation reference panel". Refer to Beagle documentation for meaning of arguments passed.
runBeagle5( targetVCF, refVCF, mapFile, outName, nthreads, maxmem = "500g", impute = TRUE, ne = 1e+05, samplesToExclude = NULL )
targetVCF |
passes to Beagle ' |
refVCF |
passes to Beagle ' |
mapFile |
passes to Beagle ' |
outName |
passes to Beagle ' |
nthreads |
passes to Beagle ' |
maxmem |
passes to java ' |
impute |
passes to Beagle ' |
ne |
passes to Beagle ' |
samplesToExclude |
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()
,
mergeVCFs()
,
postImputeFilterBeagle4pt1()
,
postImputeFilter()
,
runBeagle4pt1GL()
,
splitVCFbyChr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.