Releases: reefgenomics/CBASSED50
Releases · reefgenomics/CBASSED50
v0.1.5.1
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)
v0.1.4
- Minor documentation updates
- Change dimension of y axis in demo_temprespcurve.pdf
v0.1.3
What's New?
- Added
Timepoint
to the list of mandatory columns. - Included
curveid=GroupingProperty
parameter forfit_drms()
function to use Genotype for grouping the data. - Boxplot are plotted with ED50 values that come from models built with
is_curveid = TRUE
. - Exploratory curves are plotted based on ED50 values that come from models based on individual colonies (without
curveid
). - Final curves are plotted based on PAM predictions that come from models built with
is_curveid = FALSE
- Added confidence intervals for the ED50 summary table:
Conf_Int
. - Visualized confidence intervals for predictions on the temperature response curve with
geom_ribbon()
.
v0.1.1
Merge pull request #2 from greenjune-ship-it/improve-readme-and-demo Improve README.md and CBASSED50_demo.qmd
v0.1.0
Merge pull request #1 from reefgenomics/main update README