-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
89 lines (89 loc) · 1.96 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: einprot
Type: Package
Title: A collection of proteomics analysis utilities and workflows
Version: 0.9.5
Authors@R: c(
person("Charlotte", "Soneson", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3833-2169")),
person("Jan", "Seebacher", role = "aut"),
person("Michael", "Stadler", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-2269-4934")),
person("Tobias", "Kockmann", role = "ctb"),
person("Friedrich Miescher Institute for Biomedical Research",
role = c("cph")))
Description: The einprot package contains utilities for performing analysis
of proteomics data. It provides end-to-end analysis workflows for data
quantified using MaxQuant, FragPipe and Proteome Discoverer. It also has
functionality for assembling databases of known protein complexes.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Depends: R (>= 4.0)
Imports:
babelgene,
circlize,
ComplexHeatmap,
cowplot,
dplyr,
DT,
genefilter,
ggiraph,
ggplot2 (>= 3.4.0),
grDevices,
ggrepel,
imputeLCMD,
IRanges,
iSEEu,
kableExtra,
limma,
mclust,
methods,
MsCoreUtils,
msigdbr,
plotly,
QFeatures (>= 1.14.0),
readr,
rlang,
rmarkdown,
rrcovNA,
S4Vectors,
scales,
scater,
SingleCellExperiment,
stats,
STRINGdb,
stringr,
SummarizedExperiment,
tibble,
tidyr,
utils,
xfun,
XML,
xml2,
ExploreModelMatrix,
ComplexUpset,
htmltools,
knitr,
proDA,
forcats,
ggalt,
BiocSingular,
tidyselect,
GGally,
scuttle,
stringdist,
shiny,
writexl,
tools,
grid,
Biostrings,
motifStack
RoxygenNote: 7.3.2
Suggests:
BiocManager,
testthat (>= 3.0.0),
iSEE,
matrixStats
Config/testthat/edition: 3
VignetteBuilder: knitr
biocViews: Proteomics, DataImport