You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update vignettes: legacy notice in bdformats, faster SNP loops in format5
Mark formats 1-4 as legacy in bdformats.Rmd and link to the Format 5
vignette. Replace the getbd5snp loop in usingformat5files.Rmd with bdapply
and a getbd5snp_con example, and link to bd5snpreaders for details.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: vignettes/bdformats.Rmd
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,16 @@ knitr::opts_chunk$set(
14
14
)
15
15
```
16
16
17
-
There are currently 4 formats for the binary dosage file.
17
+
**Note:** This vignette describes formats 1 through 4, which are legacy formats.
18
+
Format 5 is the recommended format for new work. It uses per-SNP gzip
19
+
compression and stores metadata in a companion RDS file, making it simpler and
20
+
more efficient to use. See the
21
+
[Using Format 5 Binary Dosage Files](usingformat5files.html) vignette for
22
+
details.
23
+
24
+
---
25
+
26
+
There are currently 4 legacy formats for the binary dosage file.
18
27
19
28
The first three formats consist of three files, binary dosage, family, and map. The family and maps are data frames with information about the subjects and SNPs in the binary dosage file, respectively. These are data frames saved with the <spanstyle="font-family:Courier">saveRDS</span> command.
0 commit comments