-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.14 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
Package: GlycoAnnotateR
Title: Prediction and Annotation of Glycan Masses
Version: 0.0.0.9000
Authors@R:
person("Margot", "Bligh", , "mbligh«mai-bremen.de", role = c("aut", "cre"))
Maintainer: Margot Bligh <mbligh@mpi-bremen.de>
Description: This package is intended for "calculation" of all possible sugars / glycans within a set of constraining parameters. The function "builds" and returns names, formulas and masses. The user also provides parameters related to mass spectrometry.
License: GPL-2
URL: https://margotbligh.github.io/GlycoAnnotateR, https://github.com/margotbligh/GlycoAnnotateR, https://margotbligh.github.io/GlycoAnnotateR/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
reticulate,
tidyr,
magrittr,
dplyr,
stringr,
data.table,
xcms,
scales,
ggplot2,
ggrepel,
CAMERA
biocViews:
xcms,
CAMERA
Config/reticulate:
list(
packages = list(
list(package = "numpy"),
list(package = "pandas")
)
)
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr
Collate:
'setClass.R'
'glycoPredict.R'
'glycoAnnotate.R'
'glycoMS2Annotate.R'
'glycoMS2Extract.R'
'utils.R'