-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
163 lines (163 loc) · 4.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
Package: tima
Title: Taxonomically Informed Metabolite Annotation
Version: 2.11.0
Authors@R: c(
person("Adriano", "Rutz", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0443-9902")),
person("Pierre-Marie", "Allard", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-3389-2191"))
)
Maintainer: Adriano Rutz <[email protected]>
Description: This package provides the infrastructure to perform
Taxonomically Informed Metabolite Annotation.
License: GPL (>= 3)
URL: https://github.com/taxonomicallyinformedannotation/tima,
https://taxonomicallyinformedannotation.github.io/tima,
https://taxonomicallyinformedannotation.github.io/tima-shinylive
BugReports: https://github.com/taxonomicallyinformedannotation/tima/issues
Depends:
R (>= 4.3.0)
Imports:
crayon (>= 1.5.3),
docopt (>= 0.7.1),
dplyr (>= 1.1.4),
DT,
fs (>= 1.6.4),
gt,
httr (>= 1.4.7),
httr2 (>= 1.0.5),
igraph (>= 2.0.3),
jsonlite (>= 1.8.9),
MetaboCoreUtils (>= 1.10.0),
MsBackendMgf (>= 1.10.0),
MsBackendMsp (>= 1.6.0),
msentropy (>= 0.1.4),
pbapply (>= 1.7.2),
rotl (>= 3.1.0),
shiny (>= 1.9.1),
shinybusy,
shinyWidgets,
Spectra (>= 1.12.0),
stats,
stringi (>= 1.8.4),
targets (>= 1.8.0),
tidyfst (>= 1.8.1),
tidyselect (>= 1.2.1),
tidytable (>= 0.11.1),
utils,
visNetwork,
yaml (>= 2.3.10)
Suggests:
BiocManager,
knitr,
lifecycle,
pkgload,
R.utils,
rlang,
shinyhelper,
shinyjs,
shinytest2,
shinyvalidate,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
biocViews: metabolite annotation, chemotaxonomy, scoring system, natural
products, computational metabolomics, taxonomic distance, specialized
metabolome
ByteCompile: true
Config/Needs/website: rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
X-schema.org-keywords: metabolite annotation, chemotaxonomy, scoring
system, natural products, computational metabolomics, taxonomic
distance, specialized metabolome
Collate:
'round_reals.R'
'log_pipe.R'
'harmonize_adducts.R'
'parse_yaml_params.R'
'parse_cli_params.R'
'get_default_paths.R'
'get_params.R'
'dist_groups.R'
'decorate_masses.R'
'parse_adduct.R'
'calculate_mass_of_m.R'
'annotate_masses.R'
'sanitize_spectra.R'
'import_spectra.R'
'annotate_spectra.R'
'benchmark_taxize_spectra.R'
'calculate_entropy.R'
'load_yaml_files.R'
'go_to_cache.R'
'create_dir.R'
'change_params_small.R'
'clean_bio.R'
'filter_high_confidence_only.R'
'columns_model.R'
'clean_collapse.R'
'clean_chemo.R'
'complement_metadata_structures.R'
'copy_backbone.R'
'create_components.R'
'create_edges.R'
'create_edges_spectra.R'
'decorate_bio.R'
'decorate_chemo.R'
'export_output.R'
'export_params.R'
'export_spectra_rds.R'
'extract_spectra.R'
'fake_annotations_columns.R'
'fake_ecmdb.R'
'fake_hmdb.R'
'fake_lotus.R'
'fake_sop_columns.R'
'filter_annotations.R'
'get_file.R'
'get_example_sirius.R'
'get_example_files.R'
'get_gnps_tables.R'
'get_last_version_from_zenodo.R'
'get_massbank_spectra.R'
'get_organism_taxonomy_ott.R'
'globals.R'
'harmonize_names_sirius.R'
'harmonize_spectra.R'
'install.R'
'log_debug.R'
'pre_harmonize_names_sirius.R'
'select_annotations_columns.R'
'prepare_annotations_gnps.R'
'select_sirius_columns.R'
'read_from_sirius_zip.R'
'prepare_annotations_sirius.R'
'prepare_annotations_spectra.R'
'prepare_features_components.R'
'prepare_features_edges.R'
'prepare_features_tables.R'
'prepare_libraries_rt.R'
'select_sop_columns.R'
'prepare_libraries_sop_closed.R'
'prepare_libraries_sop_ecmdb.R'
'prepare_libraries_sop_hmdb.R'
'prepare_libraries_sop_lotus.R'
'split_tables_sop.R'
'prepare_libraries_sop_merged.R'
'prepare_libraries_spectra.R'
'prepare_params.R'
'prepare_taxa.R'
'replace_id.R'
'run_app.R'
'tima-package.R'
'tima_full.R'
'transform_score_sirius_csi.R'
'weight_chemo.R'
'weight_bio.R'
'weight_annotations.R'