-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
74 lines (74 loc) · 1.89 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Package: prolfqua
Type: Package
Title: Proteomics Label Free Quantification
Version: 1.3.6
Authors@R: c(person("Witold", "Wolski",
email = "wew@fgcz.ethz.ch",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6468-120X")))
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, making it easy to use.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
URL: https://github.com/wolski/prolfqua
BugReports: https://github.com/wolski/prolfqua/issues
Imports:
bookdown,
broom,
conflicted,
data.table,
dplyr,
dtplyr,
DT,
forcats,
gridExtra,
ggplot2,
ggbeeswarm,
ggrepel,
ggridges,
ggpubr,
htmlwidgets,
lme4,
lmerTest,
MASS,
multcomp,
pheatmap,
plotly,
progress,
purrr,
readr,
readxl,
rlang,
statmod,
stringr,
tidyr,
tibble,
UpSetR,
yaml,
writexl
Suggests:
corrplot,
docopt,
knitr,
rmarkdown,
S4Vectors,
testthat,
SummarizedExperiment,
proDA,
vsn
RoxygenNote: 7.3.2
Roxygen: list(r6 = TRUE)
Depends:
R (>= 4.1)
biocViews: MassSpectrometry, Proteomics, Metabolomics, ExperimentHubSoftware, Normalization, Preprocessing, QualityControl