Skip to content

Releases: cbielow/PTXQC

Fixup of v1.1.5 (to match v1.1.5 on CRAN)

23 Apr 13:35
74d48b8

Choose a tag to compare

minor doc fix- otherwise identical to v1.1.5

v 1.1.5

21 Apr 13:09
c21d9c3

Choose a tag to compare

[CRAN] v1.1.5 -- 2026/04/20

  • fix rogue 'Total' row in heatmap plot (issue #143)

[CRAN] v1.1.4 -- 2026/02/17

  • fix potential 'NA' label in heatmap plot (issue #141)
  • fix 'missing values and NaN's not allowed' in MSMS: MS^2 Cal plot (issue #140)

v1.1.3

15 Jul 19:16
6346864

Choose a tag to compare

What's Changed

  • Maintenance fixes (DIA data etc) by @cbielow in #138
  • avoid clone() function to ensure compatibility with upcoming rmzqc by @cbielow in #139

Full Changelog: v1.1.1...v1.1.3

v1.1.1

12 Mar 07:41
c0e87d8

Choose a tag to compare

[CRAN] v1.1.1 -- 2024/03/11

  • compatibility with latest ggplot2 (v. 3.5.0) (pr #135)

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Dec 12:34
74f2f9e

Choose a tag to compare

[CRAN] v1.1.0 -- 2023/12/16

  • new DDA metric: frequencies of variable modifications per Raw file (pr #134)

v1.0.16

17 May 14:23
f4dc462

Choose a tag to compare

[CRAN] v1.00.16 -- 2023/05/17

  • add MaxQuant 2.4 support (#130)

[CRAN] v1.00.15 -- 2023/04/23

  • better reporter ion minimum range in violin plot (pr #124)
  • workaround for MQ bug causing negative scan index in msms_scan.txt (issue #128)
  • use 'rmzqc' package to handle mzQC output

v1.0.14

21 Sep 20:42
4bbbb9f

Choose a tag to compare

  • [FIX] crash when re-running PTX-QC on a txt folder where a (very old) PTX-QC was already run (issue #118)
  • [FIX] msmsScans TopNoverN metric showing invalid data for MaxQuant 2.x (issue #119)
  • [FEATURE] a better plot for TMT/iTRAQ reporter intensity (issue #123)
  • a few minor things (mainly CRAN docs)

v1.0.13

23 Mar 14:18
92b81c7

Choose a tag to compare

remove kableExtra dependency package (see #116)

v1.0.12

04 Nov 13:37
d39541b

Choose a tag to compare

  • [FIX] Documentation and cosmetic fixes (pr #109)
  • [FIX/DOC] improved legends and better links in Html reports (pr #111)
  • [FIX] crash on Raw files with only a single MSMS spectrum (pr #112)

v1.0.11

01 Oct 11:43

Choose a tag to compare

  • initial support for mzQC Quality Control output (#105)
  • Missed cleavages can be computed from evidence.txt (#104)
  • minor fixes