haplotype_reconstruction: haplotype_reconstruction

View source: R/haplotype_reconstruction.R

haplotype_reconstructionR Documentation

haplotype_reconstruction

Description

Reconstruct haplotypes

Usage

haplotype_reconstruction(data, parallel.core = parallel::detectCores() - 1)

Arguments

data

(4 options) A file or object generated by radiator:

  • tidy data

  • Genomic Data Structure (GDS)

How to get GDS and tidy data ? Look into tidy_genomic_data, read_vcf or tidy_vcf.

parallel.core

(optional) The number of core used for parallel execution during import. Default: parallel.core = parallel::detectCores() - 1.


thierrygosselin/radiator documentation built on May 5, 2024, 5:12 a.m.