We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b39af8 commit c66bb4dCopy full SHA for c66bb4d
README.md
@@ -77,9 +77,13 @@ seqBGEN_Info(bgen_fn)
77
78
# example.8bits.bgen ==> example.gds, using 4 cores
79
seqBGEN2GDS(bgen_fn, "example.gds", float.type="packed8",
80
- geno=TRUE, dosage=TRUE, prob=TRUE, parallel=4)
+ geno=TRUE, # 2-bit integer genotypes, 'genotype/data'
81
+ dosage=TRUE, # numeric dosages, 'annotation/format/DS'
82
+ prob=TRUE, # numeric probabilities, 'annotation/format/GP'
83
+ parallel=4)
84
85
86
+# show file structure
87
library(SeqArray)
88
(f <- seqOpen("example.gds"))
89
seqClose(f)
0 commit comments