What’s new

  • get_indiv_surv() now supports pivoting of multiple columns in addition to condition (eg: sex, genotype, treatment). However, at least one column must still be named condition to allow for proper pivoting. This column does not need to be included in the custom formula passed to run_bulksurv(), but is necessary for get_indiv_surv() to work properly.
  • run_bulksurv() now allows custom formula via the formula parameter. Users can now input custom formula, such as Surv(day, status) ~ condition + sex.

Enhancements

  • run_bulksurv() now defaults to print_stats = FALSE to avoid verbose messages.

Bug fixes

Enhancements

  • returnData = TRUE in run_bulksurv() returns pivoted data as a list item

Bug fixes

  • Fixed bug in pivot_prism() that erroneously expanded the first column

Enhancements

  • run_bulksurv() now supports subsetting via the sample_order parameter. run_bulksurv(df) now runs a default analysis for all conditions.
  • Survival plots now start at (0,0)

What’s new

  • Added a “Getting started with R” vignette for beginner R users

Enhancements

New features

s * Deployed website on GitHub pages. * New pivot_prism() function to transform bulk survival data into GraphPad PRISM compatible format * Split README file into three vignette articles for easier navigation.

  • Added a NEWS.md file to track changes to the package.