Skip to content

Commit c66bb4d

Browse files
committed
Update README.md
1 parent 2b39af8 commit c66bb4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,13 @@ seqBGEN_Info(bgen_fn)
7777

7878
# example.8bits.bgen ==> example.gds, using 4 cores
7979
seqBGEN2GDS(bgen_fn, "example.gds", float.type="packed8",
80-
geno=TRUE, dosage=TRUE, prob=TRUE, parallel=4)
80+
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)
8184

8285

86+
# show file structure
8387
library(SeqArray)
8488
(f <- seqOpen("example.gds"))
8589
seqClose(f)

0 commit comments

Comments
 (0)