-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.7 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
Package: topdownr
Title: Investigation of Fragmentation Conditions in Top-Down Proteomics
Version: 1.25.1
Authors@R: c(person("Sebastian", "Gibb", role=c("aut", "cre"),
email="[email protected]",
comment=c(ORCID="0000-0001-7406-4443")),
person("Pavel", "Shliaha", role="aut",
email="[email protected]",
comment=c(ORCID="0000-0003-3092-0724")),
person(c("Ole", "Nørregaard"), "Jensen", role="aut",
email="[email protected]",
comment=c(ORCID="0000-0003-1862-8528")))
Description: The topdownr package allows automatic and systemic investigation
of fragment conditions. It creates Thermo Orbitrap Fusion Lumos method
files to test hundreds of fragmentation conditions. Additionally it
provides functions to analyse and process the generated MS data and
determine the best conditions to maximise overall fragment coverage.
Depends:
R (>= 3.5),
methods,
BiocGenerics (>= 0.20.0),
ProtGenerics (>= 1.10.0),
Biostrings (>= 2.42.1),
S4Vectors (>= 0.12.2)
Imports:
grDevices,
stats,
tools,
utils,
Biobase,
Matrix (>= 1.4-2),
MSnbase (>= 2.3.10),
PSMatch (>= 1.6.0),
ggplot2 (>= 2.2.1),
mzR (>= 2.27.5)
Suggests:
topdownrdata (>= 0.2),
knitr,
rmarkdown,
ranger,
testthat,
BiocStyle,
xml2
License: GPL (>= 3)
URL: https://github.com/sgibb/topdownr/
BugReports: https://github.com/sgibb/topdownr/issues/
LazyData: true
VignetteBuilder: knitr
Roxygen: list(markdown=TRUE)
RoxygenNote: 7.3.0
biocViews: ImmunoOncology, Infrastructure, Proteomics, MassSpectrometry, Coverage
Encoding: UTF-8