Description
Integrating Biomarker-Based Assessments and Radarchart Creation.
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/>.
README.md
IBRtools
The IBRtools package calculates two important indexes IBR (Integrated Biomarker Response) and IBRv2 (Integrated Biological Response version 2), it also calculates the intermediate 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!
How to install
# install.packages("devtools")
# library(devtools)
Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS"=TRUE) #this is so warnings don't turn into errors
devtools::install_github("ecologicaltools/IBRtools")
library(IBRtools)
2) Downloading the zip version from this repository
Code -> Download zip -> Unzip it in your computer and open the directory IBRtools -> run the code devtools::install() -> update the packages as requested
3) "It's still not working"
Don't worry, it might be a version problem. You could simply create a free account in RStudio Cloud
(The simpler is just use it in Rstudio Cloud and then export the files you want to save in your computer later on)