The R package {BioMathR} provides a collection of utility and wrapper functions, {ggplot2} themes and color palettes, all of which are often used at BioMath.
You can install BioMathR
quickly like so:
remotes::install_github('SchmidtPaul/BioMathR')
Or you can install it with all its suggested packages (i.e. extra packages that may only be necessary for one of the functions in BioMathR
) like so:
remotes::install_github("SchmidtPaul/BioMathR", dependencies = TRUE, suggest = TRUE)
Find the documentation of all functions by clicking on the "Reference" tab at the top.