Changes
- Added terminal breakpoint temperature (ED5) and thermal limit temperature (ED95) to functions
- Minor documentation updates
- Fix release issue
Get Started
Demo File
To get started download CBASSED50_demo.qmd. GitHub allows you to do this directly from the web interface:
This is a document with a notebook interface that contains explanatory text together with the code. Open the document in RStudio and explore it.
RStudio will offer to install missing packages required for running the CBASSED50_demo.qmd, please do this:
Install CBASSED50
You can install the latest version of CBASSED50 from GitHub:
if(!require(devtools)){
install.packages("devtools")
}
devtools::install_github("reefgenomics/[email protected]", force=TRUE)