save_hgdp_as_gds: save_hgdp_as_gds

Description Usage Arguments Value

View source: R/fetch_hgdp.R

Description

save_hgdp_as_gds

Usage

1
2
3
4
5
6
7
save_hgdp_as_gds(
  paths = file.path(system.file("extdata", package = "snpclust"), paste0("hgdp.",
    c("zip", "txt"))),
  outpath = "hgdp.gds",
  zippaths = paste0("hgdp/", c("HGDP_FinalReport_Forward.txt", "HGDP_Map.txt")),
  ...
)

Arguments

paths

Paths of the zip, txt, and gds files

outpath

Output GDS file path

zippaths

Paths of the genotype and snp files in the zip

...

Passed to save_genotype_data_as_gds

Value

Path of the saved gds file


ThomasChln/snpclust documentation built on June 11, 2020, 4:27 p.m.