-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
83 lines (83 loc) · 2.18 KB
/
DESCRIPTION
File metadata and controls
83 lines (83 loc) · 2.18 KB
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
Package: prolfqua
Type: Package
Title: Proteomics Label Free Quantification
Version: 1.6.1
Authors@R: c(
person("Witold", "Wolski",
email = "witold.wolski@fgcz.uzh.ch",
role = "aut",
comment = c(ORCID = "0000-0002-6468-120X")),
person("Functional Genomics Center Zurich",
role = "fnd"),
person("Christian", "Panse",
email = "cp@fgcz.ethz.ch",
role = "cre",
comment = c(ORCID = "0000-0003-1975-3064")))
Description: The prolfqua package integrates essential steps
of the mass spectrometry based label free quantification data
analysis workflow: quality control, data normalization, protein aggregation,
modeling, hypothesis testing and sample size estimation.
We use prolfqua to : develop highly customizable, visually appealing,
and interactive data analysis reports in pdf or HTML format;
to visualize and model simple experimental designs
with a single explanatory variable and complex experiments with multiple factors;
to benchmark data acquisition,
data preprocessing or data modeling methods.
We developed and improved the package by applying the "Eating your own dog food" principle,
when analysing dozens of proteomics datasets.
License: MIT + file LICENSE
Encoding: UTF-8
VignetteBuilder: knitr
URL: https://github.com/fgcz/prolfqua,
https://fgcz.github.io/prolfqua/
BugReports: https://github.com/fgcz/prolfqua/issues
Imports:
dplyr,
forcats,
ggplot2,
ggbeeswarm,
ggrepel,
limma,
lme4,
lmerTest,
logistf,
MASS,
methods,
pheatmap,
plotly,
progress,
purrr,
rlang,
statmod,
stringi,
tidyselect,
tidyr,
tibble,
UpSetR,
withr
Suggests:
BiocCheck,
corrplot,
covr,
crosstalk,
devtools,
gridExtra,
KernSmooth,
knitr,
limpa,
lintr,
pkgdown,
preprocessCore,
rcmdcheck,
rmarkdown,
roxygen2,
S4Vectors,
SummarizedExperiment,
testthat,
vsn,
zCompositions
RoxygenNote: 7.3.3
Roxygen: list(r6 = TRUE)
Depends:
R (>= 4.5.0)
biocViews: MassSpectrometry, Proteomics, Metabolomics, ExperimentHubSoftware, Normalization, Preprocessing, QualityControl