Description Usage Arguments Value Author(s) Examples
View source: R/shapeit_merge.R
Merge Shapeit files (.haps/.sample) to a single one. All files in the folder will be merged (if correspondents)!
1  | shapeit_merge(haps_path, output)
 | 
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".  | 
Dataset without monomorphic alleles.
CainĂ£ Max Couto da Silva
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.