-
Notifications
You must be signed in to change notification settings - Fork 12
/
NEWS
850 lines (484 loc) · 22.2 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
CHANGES IN VERSION 1.46.0
-------------------------
UTILITIES
o `seqGetData()` return NULL, if 'var.name=character()'
CHANGES IN VERSION 1.44.3
-------------------------
UTILITIES
o update the C codes according to '_R_USE_STRICT_R_HEADERS_=true' &
'_R_CXX_USE_NO_REMAP_=true'
CHANGES IN VERSION 1.44.2
-------------------------
BUG FIXES
o fix `seqAddValue(, val=vector("list", NUM_VARIANT))`
o fix the ploidy returned from `seqVCF_Header()`, when there are genotypes
of males and females on Chromosome X
CHANGES IN VERSION 1.44.1
-------------------------
UTILITIES
o new option 'numvariant' in `seqEmptyFile()`
BUG FIXES
o `seqMerge()` should internally use "chr_position_ref_alt" to distinguish
the variants in different files
o `seqAddValue(, varnm="annotation/filter")` should work with a factor
variable
o `seqAddValue(, varnm="variant.id")` can reset the variant IDs with a
different number of the variants
CHANGES IN VERSION 1.44.0
-------------------------
UTILITIES
o tweak the display of progress information in `seqVCF2GDS()`
o `seqVCF_Header(, getnum=TRUE, verbose=TRUE)` to show the progress
information for scanning the VCF file
o new `seqGetData(, "$dosage_alt2")` and `seqGetData(, "$dosage_sp2")` for
sex chromosomes, when the alleles are partially missing (e.g., genotypes
on chromosome X for males)
o new 'verbose.clean' in `seqExport()` to control how much information to
be displayed
CHANGES IN VERSION 1.42.4
-------------------------
BUG FIXES
o `seqGetData(, "$dosage_alt")` and `seqGetData(, "$dosage_sp")` work
correctly when the ploidy is >2 and there are missing alleles
o fix a bug that `seqParallel()` does not call a user-defined '.combine'
when 'parallel=1'
CHANGES IN VERSION 1.42.1
-------------------------
UTILITIES
o update the help files of `seqBlockApply()` and `seqUnitApply()`
o detect the output filename extension in `seqGDS2VCF()` without
considering the case of the characters, supporting .gz, .bgz, .bz and .xz
as a filename extension
o fix the compiler warning: -Wformat-security
o new option 'include.pheno=TRUE' in `seqBED2GDS()`
CHANGES IN VERSION 1.42.0
-------------------------
UTILITIES
o new option 'write.rsid' in `seqGDS2BED()`
CHANGES IN VERSION 1.40.1
-------------------------
BUG FIXES
o `seqAddValue(gdsfile, varnm="position")` works correctly
CHANGES IN VERSION 1.40.0
-------------------------
o fix the compiler warning: sprintf is deprecated
CHANGES IN VERSION 1.38.0
-------------------------
UTILITIES
o new option 'ext_nbyte' in `seqGet2bGeno()`
o `seqAlleleCount()` and `seqGetAF_AC_Missing()` return NA instead of zero
when all genotypes are missing at a site
o `seqGDS2VCF()` does not output the FORMAT column if there is no selected
sample (e.g., site-only VCF files)
o `seqGetData(, "$chrom_pos2")` is similar to `seqGetData(, "$chrom_pos")`
except the duplicates with the suffix ("_1", "_2" or >2)
NEW FEATURES
o `seqGDS2BED()` can convert to PLINK BED files with the best-guess
genotypes when there are only numeric dosages in the GDS file
o `seqEmptyFile()` outputs an empty GDS file
CHANGES IN VERSION 1.36.2
-------------------------
BUG FIXES
o fix the bug at multi-allelic sites with more than 15 different alleles,
see https://github.com/zhengxwen/SeqArray/issues/78
CHANGES IN VERSION 1.36.1
-------------------------
BUG FIXES
o `seqExport()` failed when there is no variant
o `seqSetFilter(, ret.idx=TRUE)`, see
https://github.com/zhengxwen/SeqArray/issues/80
CHANGES IN VERSION 1.36.0
-------------------------
NEW FEATURES
o new functions `seqUnitCreate()`, `seqUnitSubset()` and `seqUnitMerge()`
o new functions `seqFilterPush()` and `seqFilterPop()`
o new functions `seqGet2bGeno()` and `seqGetAF_AC_Missing()`
o new function `seqGetData(, "$dosage_sp")` for a sparse matrix of dosages
o the first argument 'gdsfile' can be a file name in `seqAlleleFreq()`,
`seqAlleleCount()`, `seqMissing()`
o new function `seqMulticoreSetup()` for setting a multicore cluster
according to a numeric value assigned to the argument 'parallel'
UTILITIES
o allow opening a duplicated GDS file ('allow.duplicate=TRUE') when the
input is a file name instead of a GDS object in `seqGDS2VCF()`,
`seqGDS2SNP()`, `seqGDS2BED()`, `seqVCF2GDS()`, `seqSummary()`,
`seqCheck()` and `seqMerge()`
o remove the deprecated '.progress' in `seqMissing()`, `seqAlleleCount()`
and `seqAlleleFreq()`
o add `summary.SeqUnitListClass()`
o no genotype and phase data nodes from `seqSNP2GDS()` if SNP dosage GDS
is the input
BUG FIXES
o `seqUnitApply()` works correctly with selected samples if 'parallel' is
a non-fork cluster
o `seqVCF2GDS()` and `seqVCF_Header()` work correctly if the VCF header has
white space
o `seqGDS2BED()` with selected samples for sex and phenotype information
o `seqGDS2VCF()` failed if there is no 'genotype/data' in the GDS file
CHANGES IN VERSION 1.32.0
-------------------------
NEW FEATURES
o new option 'ret.idx' in `seqSetFilter()` for unsorted sample and variant
indices
o new option 'ret.idx' in `seqSetFilterAnnotID()` for unsorted variant
index
o rewrite the function `seqSetFilterPos()`: new options 'ref' and 'alt',
'multi.pos=TRUE' by default
o new option 'packed.idx' in `seqAddValue()` for packing an indexing
variable
o new option 'warn' in `seqSetFilter()` to enable or disable the warning
o new functions `seqNewVarData()` and `seqListVarData()` for
variable-length data
UTILITIES
o allow no variant in `seqApply()` and `seqBlockApply()`
o the list object returned from `seqGetData()` always have names if there
are more than one input variable names
BUG FIXES
o `seqGDS2VCF()` should output "." instead of NA in the FILTER column
o `seqGetData()` should support factor when '.padNA=TRUE' or '.tolist=TRUE'
o fix `seqGDS2VCF()` with factor variables
o `seqSummary(gds, "$filter")` should return a data frame with zero row if
'annotation/filter' is not a factor
CHANGES IN VERSION 1.30.0
-------------------------
UTILITIES
o show a warning when an unsorted index is used in `seqSetFilter()`
o show a message if `seqVCF_Header()` fails
o a new option 'chr_prefix' in `seqGDS2VCF()`
BUG FIXES
o `seqVCF_Header()` fixes 'contig' in the header of VCF if there are
different fields
CHANGES IN VERSION 1.28.1
-------------------------
BUG FIXES
o `seqRecompress(, verbose=FALSE)` works correctly
o `seqSetFilter(, action="push+set")` should not reset the filter
before setting a new filter
CHANGES IN VERSION 1.28.0
-------------------------
NEW FEATURES
o new functions `seqUnitSlidingWindows()`, `seqUnitApply()`,
`seqUnitFilterCond()`
o new variable "$variant_index", "$sample_index" in `SeqGetData()`,
`seqBlockApply()` and `seqUnitApply()` to get the indices of selected
variants
o new arguments '.padNA' and '.envir' in `seqGetData()`
o new functions `seqSetFilterAnnotID()` and `seqGDS2BED()`
o multicore function in `seqBED2GDS(, parallel=)`
o new package-wide option `options(seqarray.nofork=TRUE)` to disable forking
o new option 'minor' in `seqAlleleFreq()` and `seqAlleleCount()`
o new option 'verbose' in `seqMissing()`, `seqAlleleFreq()` and
`seqAlleleCount()`; '.progress' is deprecated, but still can be used
for compatiblity
o `seqAlleleFreq()`, `seqAlleleCount()`, `seqMissing()`,
`seqSetFilterCond()` work on 'annotation/format/DS', if 'genotype/data'
is not available
UTILITIES
o `seqAddValue()` adds vectors, matrices and data frame to "annotation/info"
o `seqBED2GDS()` allows a single file name without the extended file names
(.bed, .fam, .bim)
o allele flip in `seqBED2GDS()` to allow major allele to be reference
o rewrite `seqGetData()` for faster loading
o significantly improve `seqBlockApply()` on 'annotation/info/VARIABLE'
(https://github.com/zhengxwen/SeqArray/issues/59)
o add a S3 method `print.SeqVCFHeaderClass()` for `seqVCF_Header()`
o new option '.tolist' in `seqGetData()`, `seqBlockApply()` and
`seqUnitApply()`
o String "." in a VCF file are converted to a blank string (missing value)
in `seqVCF2GDS()`
o add a class name 'SeqVarDataList' to the returned 'list(length, data)'
from `seqGetData()`
o new option `seqMissing(, per.variant=NA)`
o add `comment.char=""` to `seqBED2GDS()`
CHANGES IN VERSION 1.26.2
-------------------------
NEW FEATURES
o multiple variable names are allowed in `seqGetData(, var.name=)`
BUG FIXES
o fix `seqGetData(, "genotype", .useraw=NA)`
(https://github.com/zhengxwen/SeqArray/issues/58)
CHANGES IN VERSION 1.26.1
-------------------------
BUG FIXES
o fails to correctly select duplicate indices in
`seqSetFilter(f, variant.sel=)`
CHANGES IN VERSION 1.26.0
-------------------------
NEW FEATURES
o new function `seqAddValue()`
UTILITIES
o RLE chromosome coding in `seqBED2GDS()`
o change the file name "vignettes/R_Integration.Rmd" to
"vignettes/SeqArray.Rmd", so `vignette("SeqArray")` can work directly
o correct Estimated remaining Time to Complete (ETC) for load balancing in
`seqParallel()`
BUG FIXES
o `seqBED2GDS(, verbose=FALSE)` should have no display
CHANGES
o use a svg file instead of png in vignettes
CHANGES IN VERSION 1.24.2
-------------------------
NEW FEATURES
o add the compiler information in `seqSystem()`
o new arguments '.balancing', '.bl_size' and '.bl_progress' in
`seqParallel()` for load balancing
UTILITIES
o improve unix forking processes for load balancing in `seqParallel()`
BUG FIXES
o fix `seqSummary()` when no phase data
CHANGES IN VERSION 1.24.0
-------------------------
NEW FEATURES
o a new function `seqResetVariantID()`
o a new option in `seqRecompress(, compress="none")` to uncompress all data
o `seqGetData()` allows a GDS file name in the first argument
CHANGES IN VERSION 1.22.6
-------------------------
BUG FIXES
o `seqSetFilter(, sample.id=)` fails to correctly select samples in a few
cases (since SeqArray>=v1.22.0 uses the distribution of selected samples
to optimize the data access of genotypes, see
https://github.com/zhengxwen/SeqArray/issues/48)
o the bgzf VCF file is truncated in `seqGDS2VCF()` since the file is not
closed appropriately
o invalid chromosomes and position in the output of `seqMerge()` when
merging different samples but same variants
CHANGES IN VERSION 1.22.3
-------------------------
NEW FEATURES
o a new option 'scenario' in `seqVCF2GDS()` and `seqBCF2GDS()`
UTILITIES
o more information in `seqDelete()`
BUG FIXES
o export a haploid VCF file using `seqGDS2VCF()`
o export VCF without any FORMAT data in `seqGDS2VCF()`
o export GDS without genotypes in `seqExport()`
o fix parallel file writing in seqVCF2GDS(), when no genotype
CHANGES IN VERSION 1.22.0
-------------------------
NEW FEATURES
o `seqSNP2GDS()` imports dosage GDS files
o `seqVCF_Header()` allows a BCF file as an input
o a new function `seqRecompress()`
o a new function `seqCheck()` for checking the data integrity of a SeqArray
GDS file
o `seqGDS2SNP()` exports dosage GDS files
UTILITIES
o avoid duplicated meta-information lines in `seqVCF2GDS()` and
`seqVCF_Header()`
o require >= R_v3.5.0, since reading from connections in text mode is
buffered
o `seqDigest()` requires the digest package
o optimization in reading genotypes from a subset of samples (according to
gdsfmt_1.17.5)
BUG FIXES
o `seqVCF2GDS()` and `seqVCF_Header()` are able to import site-only VCF
files (i.e., VCF with no sample)
o fix `seqVCF2GDS()` and `seqBCF2GDS()` since reading from connections in
text mode is buffered in R >= v3.5.0
CHANGES IN VERSION 1.20.1
-------------------------
BUG FIXES
o `seqExport()` fails to export haploid data (e.g., Y chromosome)
o `seqVCF2GDS()` fails to convert INFO variables when Number="R"
CHANGES IN VERSION 1.20.0
-------------------------
NEW FEATURES
o `seqGDS2VCF()` outputs a bgzip vcf file for tabix indexing
o two more options "Ultra" and "UltraMax" in `seqStorageOption()`
o '@chrom_rle_val' and '@chrom_rle_len' are added to a GDS file for
faster chromosome indexing
o new function `seqBCF2GDS()` (requiring the software bcftools)
o new function `seqSetFilterPos()`
o new variable "$dosage_alt" in `seqGetData()` and `seqApply()`
o import VCF files with no GT in `seqVCF2GDS()`
UTILITIES
o `seqDigest(f, "annotation/filter")` works on a factor variable
o improve the computational efficiency of `seqMerge()` to avoid genotype
recompression by padding the 2-bit genotype array in bytes
o significantly improve `seqBlockApply()` (its speed is close to
`seqApply()`)
o reduce the overhead in `seqSetFilter(, variant.sel=...)`
CHANGES IN VERSION 1.18.2
-------------------------
BUG FIXES
o fix an issue: `seqSetFilterChrom()` extends a genomic range
upstream and downstream 1bp
o use `.onLoad()` instead of `.onAttach()` to fix
https://support.bioconductor.org/p/104405/#104443
CHANGES IN VERSION 1.18.0
-------------------------
NEW FEATURES
o progress information: showing overall running time when completed
o new variable names "$ref" and "$alt" can be used in `seqGetData()` and
`seqBlockApply()`
o new argument '.progress' in `seqDigest()`
o new argument 'ref.allele' in `seqAlleleCount()`
o new variable name "$chrom_pos_allele" can be used in `seqGetData()` and
`seqBlockApply()`
UTILITIES
o move VariantAnnotation to the suggest field from the import field
o remove an unused argument '.list_dup' in `seqBlockApply()`
o slightly improve the computational efficiency of `seqAlleleFreq()` and
`seqAlleleCount()` when 'ref.allele=0'
o `seqGetData(f, "$chrom_pos")` outputs characters with the format
'chromosome:position' instead of 'chromosome_position'
BUG FIXES
o fix the unexpected behaviors in `seqSetFilter(, action="push")` and
`seqSetFilter(, action="push+intersect")`
o fix a bug in `seqGetData(f, "$dosage")` when the number of unique alleles
at a site greater than 3 (https://github.com/zhengxwen/SeqArray/issues/21)
o fix a bug in `seqSNP2GDS()` for inverted genotypes during importing data
from SNP GDS files (https://github.com/zhengxwen/SeqArray/issues/22)
o fix an issue of no phase data in `seqExport()`
CHANGES IN VERSION 1.16.0
-------------------------
o a new argument 'intersect' in `seqSetFilter()` and `seqSetFilterChrom()`
o a new function `seqSetFilterCond()`
o `seqVCF2GDS()` allows arbitrary numbers of different alleles if REF and
ALT in VCF are missing
o optimize internal indexing for FORMAT annotations to avoid reloading
the indexing from the GDS file
o a new CITATION file
o 'LZMA_RA' is the default compression method in `seqBED2GDS()` and
`seqSNP2GDS()`
o `seqVCF_Header()` correctly calculates ploidy with missing genotypes
CHANGES IN VERSION 1.14.1
-------------------------
o The default compression setting in `seqVCF2GDS()` and `seqMerge()` is
changed from "ZIP_RA" to "LZMA_RA"
o `seqVCF2GDS()`: variable-length encoding method is used to store
integers in the FORMAT field of VCF files to reduce the file size and
compression time
CHANGES IN VERSION 1.12.9
-------------------------
o the version number was bumped for the Bioconductor release version 3.3
o `seqVCF_SampID()`, `seqVCF_Header()` and `seqVCF2GDS()` allow a
connection object instead of a file name
o "$num_allele" is allowed in `seqGetData()` and `seqApply()` (the numbers
of distinct alleles)
o a new option '.progress' in `seqAlleleFreq()`, `seqMissing()` and
`seqAlleleCount()`
o 'as.is' can be a `gdsn.class` object in `seqApply()`
o v1.12.7: a new argument 'parallel' in `seqApply()`, BiocParallel
integration in `seqParallel()` and a new function `seqBlockApply()`
o v1.12.8: a new function `seqGetParallel()`
CHANGES IN VERSION 1.12.0
-------------------------
o utilizes the official C API `R_GetConnection()` to accelerate text
import and export, requiring R (>=v3.3.0); alternative version (backward
compatible with R_v2.15.0) is also available on github
(https://github.com/zhengxwen/SeqArray/releases/tag/v1.11.18)
o ~4x speedup in the sequential version of `seqVCF2GDS()`, and
`seqVCF2GDS()` can run in parallel
o variables in "annotation/format/" should be two-dimensional as what
mentioned in the vignette.
o rewrite `seqSummary()`
o a new vignette file with Rmarkdown format (replacing SeqArray-JSM2013.pdf)
o bug fix in `seqBED2GDS()` if the total number of genotypes > 2^31
(integer overflow)
o bug fixes in `seqMerge()` if chromosome and positions are not unique
o `seqStorage.Option()` is renamed to `seqStorageOption()`
o new function `seqDigest()`
o `seqVCF.Header()` is renamed to `seqVCF_Header()`,
`seqVCF.SampID()` is renamed to `seqVCF_SampID()`
o seqSetFilter(): 'samp.sel' is deprecated since v1.11.12, please use
'sample.sel' instead
o accelerate reading genotypes with SSE2(+13%) and AVX2(+23%)
o new function `seqSystem()`
o allow "$dosage" in `seqGetData()` and `seqApply()` for the dosages of
reference allele
o accelerate `seqSetFilterChrom()` and allow a selection with
multiple regions
o new methods `\S4method{seqSetFilter}{SeqVarGDSClass, GRanges}()` and
`\S4method{seqSetFilter}{SeqVarGDSClass, GRangesList}()`
o 'as.is' in `seqApply()` allows a 'connection' object (created by file,
gzfile, etc)
o `seqSummary(f, "genotype")$seldim` returns a vector with 3 integers
(ploidy, # of selected samples, # of selected variants) instead of
2 integers
CHANGES IN VERSION 1.10.6
-------------------------
o fix a memory issue in `seqAlleleFreq()` when 'ref.allele' is a vector
o `seqSetFilter()` allows numeric vectors in 'samp.sel' and 'variant.sel'
o `seqSummary()` returns ploidy and reference
o `seqStorage.Option()` controls the compression level of FORMAT/DATA
o `seqVCF2GDS()` allows extract part of VCF files via 'start' and 'count'
o `seqMerge()` combines multiple GDS files with the same samples
o export methods for compatibility with VariantAnnotation
o a new argument '.useraw' in `seqGetFilter()`
o a new argument 'allow.duplicate' in `seqOpen()`
o fix a bug in `seqParallel()`
(https://github.com/zhengxwen/SeqArray/issues/11) and optimize
its performance
o 'gdsfile' could be NULL in `seqParallel()`
CHANGES IN VERSION 1.10.0
-------------------------
o a new function `seqGDS2SNP()`
o supported by the SNPRelate package
o support `seqApply(..., margin="by.sample")`
o new functions `seqOptimize()`, `seqMissing()`, `seqAlleleFreq()`,
`seqNumAllele()` and `seqSetFilterChrom()`
o "intersection" and "push+intersection" in `seqSetFilter()`
o parallel implementation in `seqNumAllele()`, `seqMissing()` and
`seqAlleleFreq()`
o a new function `seqExport()`
o new argument ".useraw" in `seqApply()`
o fix a bug for duplicated "variant.id",
https://github.com/zhengxwen/SeqArray/issues/7
o fix an issue of `seqVCF2GDS()` when there are duplicated format or
info ID
o improve access speed (+50%, benchmark on calling
seqApply(..., FUN=function(x) {}))
o new functions `seqSNP2GDS()`, `seqBED2GDS()`, `seqAlleleCount()` and
`seqResetFilter()`
o `seqCompress.Option()` is renamed to `seqStorage.Option()`
o "ZIP_RA" is the default value in `seqStorageOption()` and other
functions instead of "ZIP_RA.max"
o `seqSetFilter()` becomes a S4 method
CHANGES IN VERSION 1.8.0
-------------------------
o bug fix in getting genotypes if position > 2^31
o add an option 'ignore.chr.prefix' to the function `seqVCF2GDS()`
o `seqVCF2GDS()` ignores the INFO or FORMAT variables if they are not
defined ahead
o a new action 'push+set' in the function `seqSetFilter()`
o bug fix if 'requireNamespace("SeqArray")' is called from other packages
CHANGES IN VERSION 1.6.0
-------------------------
o fix a bug in `seqVCF2GDS()` when the values in the FILTER column are
all missing
o enhance `seqVCF.Header()`
o support the LinkingTo mechanism
o fix the error in haploid genotypes (Y chromosome)
CHANGES IN VERSION 1.4.0
-------------------------
o update according to the new version of VariantAnnotation
o update test codes to avoid the conflict
o bumped version as all packages that depend on Rcpp must be rebuilt
o modify to new biocViews to DESCRIPTION file
CHANGES IN VERSION 1.2.0
-------------------------
o add a new argument "action" to the function `seqSetFilter()`
o add a new function 'seqInfoNewVar' which allows adding new variables
to the INFO fields
o minor bug fix in asVCF
o update man page "SeqVarGDSClass-class.Rd" with new methods
o in DESCRIPTION, BiocGenerics listed in "Suggests" instead of "Imports"
as suggested by R CMD check
o bug fix in seqDelete
o revise the function 'seqTranspose' according to the update of
gdsfmt (v1.0.0)
o revise the argument 'var.index' in the function `seqApply()`
o basic supports of 'GRanges' and 'DNAStringSetList'
o added methods 'qual', 'filt', 'asVCF'
o 'granges' method uses length of reference allele to set width
o minor bug fix to avoid `seqGetData()` crashing when no value returned
from a variable-length variable
o update documents
CHANGES IN VERSION 1.0.0
-------------------------
o the version number was bumped for the Bioconductor release version
CHANGES IN VERSION 0.99.0
-------------------------
o initial Bioconductor package submission