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
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
Changelog
2
2
*********
3
3
4
+
0.11.0 (2022-01-01)
5
+
-------------------
6
+
7
+
* Add CNV caller for CYP4F2 and SULT1A1.
8
+
* Fix minor bug in :command:`compute-copy-number` command.
9
+
* Update :command:`plot-cn-af` command to check input files more rigorously.
10
+
* Improve CNV caller for CYP2A6, CYP2D6, SLC22A2, and SULT1A1.
11
+
* Add new method :meth:`sdk.utils.add_cn_samples` method.
12
+
* Update :command:`compare-genotypes` command to output CNV comparison results as well.
13
+
* Update :command:`estimate-phase-beagle` command. From now on, the 'chr' prefix in contig names (e.g. 'chr1' vs. '1') will be automatically added or removed as necessary to match the reference VCF’s contig names.
14
+
* Add index files for 1KGP reference haplotype panels.
15
+
* Add new argument ``--panel`` to :command:`run-chip-pipeline` command.
16
+
* Remove 1KGP reference haplotype panels for GSTT1 and UGT2B17 because these genes only have star alleles defined with SV.
17
+
* Change 1KGP reference haplotype panels for GRCh38. Previously, PyPGx was using the panels from `Lowy-Gallego et al., 2019 <https://wellcomeopenresearch.org/articles/4-50>`__ where the authors had aligned sequence reads against the full GRCh38 reference, including ALT contigs, decoy, and EBV/IMGT/HLA sequences. This resulted in poor phasing/imputation performance for highly polymorphic PGx genes (e.g. CYP2D6) presumably because the panels were missing haplotype information for lots of SNVs/indels as sequence reads with those variants were mapped to ALT contigs; however, the panels were still the best option at the time (definitely better than lifting over GRCh37 panels). Fortunately, `Byrska-Bishop et al., 2021 <https://www.biorxiv.org/content/10.1101/2021.02.06.430068v2>`__ from New York Genome Center has recently published a new set of GRCh38 panels which apparently has less of this problem despite still having sequence reads aligned in the presence of ALT contigs, etc. When empirically tested, these panels showed a significant increase in phasing/imputation performance. Therefore, from now on, PyPGx will use these panels for GRCh38 data.
18
+
* Update GRCh38 variant information for following alleles: CYP2D6\*35, CYP2D6\*45, CYP2D6\*46.
19
+
* Update gene region for SLC22A2 to match GRCh37 and GRCh38.
20
+
4
21
0.10.1 (2021-12-20)
5
22
-------------------
6
23
@@ -72,7 +89,7 @@ Changelog
72
89
* Fix minor bug in :command:`estimate-phase-beagle` command on not properly exiting the program even though there was an error raised by Beagle.
73
90
* Update :meth:`api.utils.create_consolidated_vcf` method to check synonymous variants as well when performing phase-extension algorithm.
74
91
* Update :command:`run-ngs-pipeline` command to output a warning when user provides CovFrame[DepthOfCoverage] even though target gene does not have any star alleles defined by SVs.
75
-
* Add new argument ``--fontsize`` argument to :command:`plot-bam-copy-number` command.
92
+
* Add new argument ``--fontsize`` to :command:`plot-bam-copy-number` command.
76
93
* Remove ``--ymin`` and ``--ymax`` arguments from :command:`plot-vcf-allele-fraction` command.
77
94
* Update ``--ymin`` and ``--ymax`` arguments of :command:`plot-bam-copy-number` command to have a default value.
0 commit comments