shapeit_merge: Merge Shapeit files (.haps/.sample)

Description Usage Arguments Value Author(s) Examples

View source: R/shapeit_merge.R

Description

Merge Shapeit files (.haps/.sample) to a single one. All files in the folder will be merged (if correspondents)!

Usage

1
shapeit_merge(haps_path, output)

Arguments

haps_path

Character. Path to the folder where files are alocated (.haps and correspondent .sample files)

output

Character. Desired name for output WITHOUT extension. Default set to "merged".

Value

Dataset without monomorphic alleles.

Author(s)

CainĂ£ Max Couto da Silva

Examples

1
2
3
4
5
## Not run: 
my_folder <- "path_to_folder"
merge_haps_files(haps_path = my_folder, output = "my_merged_files")

## End(Not run)

cmcouto-silva/gt documentation built on June 6, 2021, 7:14 p.m.