View source: R/convertDart2vcf.R
convertDart2vcf | R Documentation |
This function converts a dual-file report format that we (NextGen Cassava Breeding) have arranged with DArT.
convertDart2vcf( dartvcfInput, dartcountsInput, outName, nskipvcf = 2, nskipcounts = 3, ncores )
The output of this step is written to disk as a *.vcf.gz
completely compatible with downstream bioinformatics softwares!
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:
The output of this step is written to disk as a *.vcf.gz
completely compatible with downstream bioinformatics softwares!
Other imputation_functions:
convertVCFtoDosage()
,
createGenomewideDosage()
,
filter_positions()
,
mergeVCFs()
,
postImputeFilterBeagle4pt1()
,
postImputeFilter()
,
runBeagle4pt1GL()
,
runBeagle5()
,
splitVCFbyChr()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.