convertDart2vcf: Convert DArTseqLD reports to VCF

View source: R/convertDart2vcf.R

convertDart2vcfR Documentation

Convert DArTseqLD reports to VCF

Description

This function converts a dual-file report format that we (NextGen Cassava Breeding) have arranged with DArT.

Usage

convertDart2vcf(
  dartvcfInput,
  dartcountsInput,
  outName,
  nskipvcf = 2,
  nskipcounts = 3,
  ncores
)

Details

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:

Value

The output of this step is written to disk as a *.vcf.gz completely compatible with downstream bioinformatics softwares!

See Also

Other imputation_functions: convertVCFtoDosage(), createGenomewideDosage(), filter_positions(), mergeVCFs(), postImputeFilterBeagle4pt1(), postImputeFilter(), runBeagle4pt1GL(), runBeagle5(), splitVCFbyChr()


wolfemd/genomicMateSelectR documentation built on July 1, 2022, 10:42 p.m.