Skip to contents

fpcountr v1.0.0

New functionality

Updated functions

Breaking changes

  • Parsing functions now only save files if save_file is set to TRUE. Without this, they just return the parsed data as a dataframe.

New and updated vignettes

  • The Get Started vignette has been updated for clarity. Every relevant function and argument is now explained in the plate reader data parsing-calibration-quantification workflow, along with the details of all output CSV files. Updated plots at the end to clarify information gained from calibration. Code updated to improve concentration estimation in example.
  • Data Parsing and Metadata vignette explains what the data parsing functions do, and the metadata they expect. It also shows you other ways to parse your data if the package functions don’t cover your plate reader.
  • Path Lengths vignette describes why path length determination is important for calculating absolute concentrations from absorbance data, and the options for path length calculation within plot_absorbance_spectrum().
  • Experiments I: Timecourse cellular data describes how to use the experimental data processing functions (process_data() etc.) for data collected from microbial growth-linked fluorescent protein expression.
  • Experiments II: Endpoint data describes how to use the experimental data processing functions (process_data() etc.) for data collected at a single timepoint, and the different types of plots it produces.
  • Experiments III: Cell-free data describes how to use the experimental data processing functions (process_data() etc.) for fluorescence data collected without OD readings (e.g. for cell-free translation or purified FP quantification).
  • Plate formatting functions vignette describes the use of functions such as find_wells_in_column().

Updated documentation

  • Updated package Title and Description.
  • Updated README.
  • Added CITATION file.
  • Updated function documentation.
  • Updated website to Bootstrap 5, and to include new functions in Reference list.

Minor bug fixes and improvements

fpcountr v0.2.0

  • Improvements to functionality:
    • get_conc_ECmax() updated to correctly display plots and to save plots that report on success of normalisation.
    • fpbase data updated, alongside get_properties() data message
  • Documentation updates:
    • README introduction expanded
    • README protocols.io link updated
    • README updated with citation links, badges and logo

fpcountr v0.1.0

  • Initial release.