-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 956 Bytes
/
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
Package: HRaDeX
Title: Uptake classification for HDXMS
Version: 1.0
Authors@R:
c(person("Weronika", "Puchala",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2163-1429"),
role = c("cre", "aut")),
person("Michal", "Burdukiewicz",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8926-582X"),
role = c("aut")))
Description: Analyses the H/D exchange dynamics of proteins in high reolution.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
dplyr,
HaDeX,
glue,
ggiraph,
ggplot2,
gridExtra,
magick,
minpack.lm,
purrr,
r3dmol,
tibble
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://hadexversum.github.io/HRaDeX/
VignetteBuilder: knitr
Depends:
R (>= 2.10)