-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 905 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
Package: Dulce
Title: Annalyse and Annotate Glycans Mass Spectrometry Data
Version: 0.0.1.0000
Date: 2022-06-04
Authors@R:
c(
person(given="Margot",
family="Bligh",
email="mbligh@mpi-bremen.de",
role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID")),
person(given="Sebastian",
family="Silva",
email="ssilva@mpi-bremen.de",
role = c("aut"),
comment = c(ORCID = "0000-0002-1562-5498"))
)
Description: This package is intended to make glycans mass spectrometry analysis easier, providing robust pipelines and automatic oligossacharides annotations.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
tidyverse,
data.table,
MSnbase,
glycanPredict,
xcms,
CAMERA,
BiocParallel,
Biobase
Collate:
'utils.r'
'AnnotateMS1.r'
'classes.r'
'AnnotateMS2.r'