-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.62 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
Package: HaDeX
Title: Analysis and Visualisation of Hydrogen/Deuterium Exchange Mass Spectrometry Data
Version: 1.2.2
Authors@R: c(person("Weronika", "Puchala",
email = "puchala.weronika@gmail.com",
comment = c(ORCID = "0000-0003-2163-1429"),
role = c("cre", "aut")),
person("Michal", "Burdukiewicz",
email = "michalburdukiewicz@gmail.com",
comment = c(ORCID = "0000-0001-8926-582X"),
role = c("aut")),
person("Dominik", "Rafacz",
email = "d.rafacz@student.mini.pw.edu.pl",
comment = c(ORCID = "0000-0003-0925-1909"),
role = c("ctb")))
Description: Functions for processing, analysis and visualization of Hydrogen Deuterium eXchange monitored by
Mass Spectrometry experiments (HDX-MS) (10.1093/bioinformatics/btaa587). 'HaDeX' introduces a new
standardized and reproducible workflow for the analysis of the HDX-MS data, including novel
uncertainty intervals. Additionally, it covers data exploration, quality control and generation of
publication-quality figures. All functionalities are also available in the in-built 'Shiny' app.
Depends: R (>= 3.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
data.table,
dplyr,
DT,
ggplot2,
gsubfn,
latex2exp,
reshape2,
readr,
readxl,
shiny,
stringr,
tidyr
Suggests:
spelling,
covr,
digest,
gridExtra,
knitr,
pander,
renv,
rmarkdown,
shinycssloaders,
shinyhelper,
shinyjs,
testthat,
vdiffr
VignetteBuilder: knitr
Language: en-US