-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
57 lines (57 loc) · 1.6 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
55
56
57
Package: MQmetrics
Type: Package
Title: Quality Control of Protemics Data
Version: 1.3.3
Authors@R: c(person(given = "Alvaro", family = "Sanchez-Villalba",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Thomas", family = "Stehrer",
email = "[email protected]",
role = "aut"),
person(given = "Marek", family = "Vrbacky",
email = "[email protected]",
role = "aut"))
Description: The package MQmetrics (MaxQuant metrics) provides a workflow to
analyze the quality and reproducibility of your proteomics mass spectrometry
analysis from MaxQuant.Input data are extracted from several MaxQuant output
tables and produces a pdf report. It includes several visualization tools to
check numerous parameters regarding the quality of the runs. It also
includes two functions to visualize the iRT peptides from Biognosys in case
they were spiked in the samples.
biocViews: Infrastructure, Proteomics, MassSpectrometry,
QualityControl, DataImport
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports:
ggplot2,
readr,
magrittr,
dplyr,
purrr,
reshape2,
gridExtra,
utils,
stringr,
ggpubr,
stats,
cowplot,
RColorBrewer,
tidyr,
scales,
grid,
rlang,
ggforce,
grDevices,
gtable,
plyr,
knitr,
rmarkdown,
ggrepel,
gghalves,
tools
VignetteBuilder: knitr
Suggests:
testthat (>= 3.0.0),
BiocStyle
Config/testthat/edition: 3