Skip to content

Releases: reefgenomics/CBASSED50

v0.1.5.1

10 Dec 09:54
Compare
Choose a tag to compare

Changes

  1. Added terminal breakpoint temperature (ED5) and thermal limit temperature (ED95) to functions
  2. Minor documentation updates
  3. 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

22 Dec 11:00
Compare
Choose a tag to compare
  • Minor documentation updates
  • Change dimension of y axis in demo_temprespcurve.pdf

v0.1.3

14 Dec 17:16
Compare
Choose a tag to compare

What's New?

  • Added Timepoint to the list of mandatory columns.
  • Included curveid=GroupingProperty parameter for fit_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

29 Sep 13:07
aebf22f
Compare
Choose a tag to compare
Merge pull request #2 from greenjune-ship-it/improve-readme-and-demo

Improve README.md and CBASSED50_demo.qmd

v0.1.0

22 Sep 15:22
02f4e25
Compare
Choose a tag to compare
Merge pull request #1 from reefgenomics/main

update README