-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 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
Package: scimo
Title: Extra Recipes Steps for Dealing with Omics Data
Version: 0.0.2
Authors@R: c(
person("Antoine", "BICHAT", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6599-7081")),
person("Julie", "AUBERT", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-5203-5748"))
)
Description: Omics data (e.g. transcriptomics, proteomics,
metagenomics...) offer a detailed and multi-dimensional perspective
on the molecular components and interactions within complex biological
(eco)systems. Analyzing these data requires adapted procedures, which
are implemented as steps according to the 'recipes' package.
License: GPL (>= 3)
URL: https://github.com/abichat/scimo
BugReports: https://github.com/abichat/scimo/issues
Depends:
R (>= 2.10),
recipes
Imports:
dplyr,
generics,
magrittr,
rlang,
stats,
tibble,
tidyr
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1