Description Usage Arguments Value
save_hgdp_as_gds
| 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")),
  ...
)
 | 
| 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 | 
Path of the saved gds file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.