seqSNP2GDS(gds.fn, out.gdsfn, compress.geno="ZIP_RA", compress.annotation="ZIP_RA", optimize=TRUE, verbose=TRUE)
add.gdsn
add.gdsn
TRUE
, optimize the access efficiency by calling
cleanup.gds
TRUE
, show informationseqGDS2SNP
, seqVCF2GDS
,
seqGDS2VCF
library(SNPRelate)
# the GDS file
gds.fn <- snpgdsExampleFileName()
seqSNP2GDS(gds.fn, "tmp.gds")
seqSummary("tmp.gds")
# remove the temporary file
unlink("tmp.gds", force=TRUE)
Run the code above in your browser using DataLab