
Last chance! 50% off unlimited learning
Sale ends in
seqGDS2SNP(gdsfile, out.gdsfn, compress.geno="ZIP_RA", compress.annotation="ZIP_RA", optimize=TRUE, verbose=TRUE)
SeqVarGDSClass
objectadd.gdsn
add.gdsn
TRUE
, optimize the access efficiency by calling
cleanup.gds
TRUE
, show informationseqSetFilter
can be used to define a subset of data for
the conversion.
seqSNP2GDS
, seqVCF2GDS
,
seqGDS2VCF
# the GDS file
gds.fn <- seqExampleFileName("gds")
seqGDS2SNP(gds.fn, "tmp.gds")
# delete the temporary file
unlink("tmp.gds")
Run the code above in your browser using DataLab