-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.54 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
Package: powerHaDeX
Type: Package
Title: Efficient Simulation of HDX-MS Data and Tools for the Statistical Analysis
Version: 1.1
Date: 2022-01-21
Authors@R: c(person(given = "Krystyna",
family = "Grzesiak",
email = "[email protected]",
role = c("cre", "aut")),
person(given = "Mateusz",
family = "Staniak",
email = "[email protected]",
role = c("aut")),
person(given = "Michal",
family = "Burdukiewicz",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8926-582X"),
role = c("ctb")),
person("Weronika", "Puchala",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2163-1429"),
role = c("aut")))
Maintainer: Krystyna Grzesiak <[email protected]>
Description: Facilitates simulating and analyzing data coming from HDX-MS
experiments along with the possibility of comparing the power of
the tests verifying differences in the levels of deuterium uptake.
The simulation of mass spectra is a fast version of
<https://github.com/kanzy/HX-MS-Simulations>.
License: GPL (>= 3)
Encoding: UTF-8
Imports:
checkmate,
data.table,
expm,
ggplot2,
glmnet,
lmerTest,
nlme,
Rcpp (>= 1.0.3),
signal,
Depends: R (>= 3.5.0)
LinkingTo: Rcpp
RoxygenNote: 7.2.1
Suggests:
testthat,
spelling,
knitr,
rmarkdown,
covr
Language: en-US
VignetteBuilder: knitr