-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.6 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.6 KB
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
Package: IBRtools
Title: Integrating Biomarker-Based Assessments and Radarchart Creation
Version: 0.1.3
Authors@R:
c(person(given = "Anna Carolina",
family = "Resende",
role = c("aut", "cre"),
email = "annac.resende@gmail.com",
comment = c("https://orcid.org/0000-0003-0909-1255")),
person(given = "Diego",
family = "Mauro Carneiro Pereira",
role = c("aut"),
email = "diegom8135@gmail.com",
comment = c("https://orcid.org/0000-0003-1554-3684")))
Description: Several functions to calculate two important indexes (IBR (Integrated Biomarker Response) and IBRv2 (Integrated Biological Response version 2)), it also calculates the standardized values for enzyme activity for each index, and it has a graphing function to perform radarplots that make great data visualization for this type of data. Beliaeff, B., & Burgeot, T. (2002). <https://pubmed.ncbi.nlm.nih.gov/12069320/>. Sanchez, W., Burgeot, T., & Porcher, J.-M. (2013).<doi:10.1007/s11356-012-1359-1>. Devin, S., Burgeot, T., Giambérini, L., Minguez, L., & Pain-Devin, S. (2014). <doi:10.1007/s11356-013-2169-9>. Minato N. (2022). <https://minato.sip21c.org/msb/>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0),
dplyr (>= 1.0.6),
tibble (>= 3.0.4),
data.table (>= 1.13.2)
Imports:
gtools (>= 3.9),
tidyr (>= 1.1.3),
fmsb (>= 0.7.1),
binhf (>= 1.0.3),
tidyselect (>= 1.2.0)
SystemRequirements: GNU make
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3