powered by
seqSNP2GDS(gds.fn, out.gdsfn, compress.geno="ZIP_RA", compress.annotation="ZIP_RA", optimize=TRUE, verbose=TRUE)
add.gdsn
TRUE
cleanup.gds
seqGDS2SNP
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