-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
69 lines (69 loc) · 2.19 KB
/
DESCRIPTION
File metadata and controls
69 lines (69 loc) · 2.19 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
59
60
61
62
63
64
65
66
67
68
69
Package: PSMatch
Title: Handling and Managing Peptide Spectrum Matches
Version: 1.17.1
Authors@R:
c(person(given = "Laurent", family = "Gatto",
email = "laurent.gatto@uclouvain.be",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1520-2268")),
person(given = "Johannes", family = "Rainer",
email = "Johannes.Rainer@eurac.edu",
role = "aut",
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Sebastian", family = "Gibb",
email = "mail@sebastiangibb.de",
role = "aut",
comment = c(ORCID = "0000-0001-7406-4443")),
person(given = "Samuel", family = "Wieczorek",
email = "samuel.wieczorek@cea.fr",
role = "ctb"),
person(given = "Thomas", family = "Burger",
email = "thomas.burger@cea.fr",
role = "ctb"),
person(given = "Guillaume", family = "Deflandre",
email = "guillaume.deflandre@uclouvain.be",
role = "ctb",
comment = c(ORCID = "0009-0008-1257-2416")))
Description: The PSMatch package helps proteomics practitioners to
load, handle and manage Peptide Spectrum Matches. It provides
functions to model peptide-protein relations as adjacency matrices
and connected components, visualise these as graphs and make
informed decision about shared peptide filtering. The package also
provides functions to calculate and visualise MS2 fragment ions.
Depends:
S4Vectors,
R (>= 4.1.0),
PTMods (>= 0.99.4)
Imports:
utils,
stats,
igraph,
methods,
Spectra (>= 1.17.10),
Matrix,
BiocParallel,
BiocGenerics,
ProtGenerics (>= 1.27.1),
QFeatures,
MsCoreUtils
Suggests:
MsDataHub,
rpx,
mzID,
mzR,
SummarizedExperiment,
BiocStyle,
rmarkdown,
knitr,
factoextra,
vdiffr (>= 1.0.0),
testthat
License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
BugReports: https://github.com/RforMassSpectrometry/PSM/issues
URL: https://github.com/RforMassSpectrometry/PSM
biocViews: Infrastructure, Proteomics, MassSpectrometry
Config/roxygen2/version: 8.0.0
RoxygenNote: 7.3.3