forked from marseille-proteomique/DIAgui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (57 loc) · 1.23 KB
/
DESCRIPTION
File metadata and controls
58 lines (57 loc) · 1.23 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
Package: DIAgui
Version: 1.4.10
Type: Package
Title: A shiny app for processing DIAnn output in proteomics
Author: Marc-Antoine GERAULT
Maintainer: Marc-Antoine GERAULT <marco.gerault@gmail.com>
Description: This package contains a shiny app to process the report.tsv file,
the output from DIA-NN. Functions used in the app are available
for use in an external R pipeline.
This package totally depends on the iq package and also takes
code from the diann package from Vadim Demichev.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 4.0.0),
dplyr (>= 1.0.0),
iq (>= 1.9.0),
seqinr (>= 4.2)
Imports:
shiny,
shinydashboard,
shinycssloaders,
shinyWidgets,
shinyFiles,
shinyjs,
shinyMatrix,
colourpicker,
htmlwidgets,
data.table,
arrow,
tidyr,
mice,
imputeLCMD,
openxlsx,
plotly,
ggplot2 (>= 3.3.0),
cowplot,
ggrepel,
ggpubr,
stringr,
rio,
Rcpp,
RcppEigen,
DT,
MsCoreUtils
Suggests:
knitr,
rmarkdown,
impute
Enhances:
diann
LinkingTo:
Rcpp,
RcppEigen
VignetteBuilder: knitr