-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
67 lines (67 loc) · 1.58 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
Package: fobitools
Title: Tools for Manipulating the FOBI Ontology
Version: 1.13.1
Authors@R:
c(person(given = "Pol",
family = "Castellano-Escuder",
role = c("aut", "cre"),
email = "polcaes@gmail.com",
comment = c(ORCID = "0000-0001-6466-877X")),
person(given = "Alex",
family = "Sánchez-Pla",
role = "aut",
email = "asanchez@ub.edu",
comment = c(ORCID = "0000-0002-8673-7737"))
)
Description: A set of tools for interacting with the Food-Biomarker Ontology (FOBI). A collection
of basic manipulation tools for biological significance analysis, graphs, and text mining
strategies for annotating nutritional data.
License: GPL-3
Encoding: UTF-8
LazyData: true
biocViews:
MassSpectrometry,
Metabolomics,
Software,
Visualization,
BiomedicalInformatics,
GraphAndNetwork,
Annotation,
Cheminformatics,
Pathways,
GeneSetEnrichment
Imports:
clisymbols,
crayon,
dplyr,
fgsea,
ggplot2,
ggraph,
magrittr,
ontologyIndex,
purrr,
RecordLinkage,
stringr,
textclean,
tictoc,
tidygraph,
tidyr,
vroom
Suggests:
BiocStyle,
covr,
ggrepel,
kableExtra,
knitr,
metabolomicsWorkbenchR,
POMA,
rmarkdown,
rvest,
SummarizedExperiment,
testthat (>= 2.3.2),
tidyverse
RoxygenNote: 7.3.2
Depends: R (>= 4.1)
URL: https://github.com/pcastellanoescuder/fobitools/
BugReports: https://github.com/pcastellanoescuder/fobitools/issues
VignetteBuilder: knitr