-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.51 KB
/
DESCRIPTION
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
Package: PTXQC
Type: Package
Title: Quality Report Generation for MaxQuant and mzTab Results
Version: 1.1.1
Date: 2024-03-11
Author: Chris Bielow [aut, cre],
Juliane Schmachtenberg [ctb],
Swenja Wagner [ctb],
Patricia Scheil [ctb],
Tom Waschischek [ctb],
Guido Mastrobuoni [dtc, rev]
Maintainer: Chris Bielow <[email protected]>
Description: Generates Proteomics (PTX) quality control (QC) reports for shotgun LC-MS data analyzed with the
MaxQuant software suite (from .txt files) or mzTab files (ideally from OpenMS 'QualityControl' tool).
Reports are customizable (target thresholds, subsetting) and available in HTML or PDF format.
Published in J. Proteome Res., Proteomics Quality Control: Quality Control Software for MaxQuant Results (2015)
<doi:10.1021/acs.jproteome.5b00780>.
SystemRequirements: pandoc (http://pandoc.org) for building Vignettes and output reports as HTML
Depends:
R (>= 3.3.0)
Imports:
data.table,
ggplot2 (>= 2.2),
ggdendro,
grid,
gridExtra,
grDevices,
gtable,
htmlTable,
knitr (>= 1.10),
magrittr,
methods,
plyr,
R6,
R6P,
RColorBrewer,
reshape2,
rmarkdown,
rmzqc (>= 0.5.0),
seqinr,
stats,
utils,
UpSetR,
xml2,
yaml
Suggests:
testthat
VignetteBuilder: knitr
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
Roxygen: list()
RoxygenNote: 7.3.1
URL: https://github.com/cbielow/PTXQC
BugReports: https://github.com/cbielow/PTXQC/issues