Package: reluxr 0.1.1
reluxr: Deconvolute Luminescence Readings on Bacterial Culture Plates
Implements the deconvolution algorithm developed in Mauri, Vecchione, and Fritz (2019) which enables deconvolution of luminscence readings for experimental culture plates. {reluxr} provides functions for calculating the 'best' deconvolution matrix from a calibration plate, and enables usage of this calibration matrix (or one calculated previously) to adjust experimental values from a plate reader.
Authors:
reluxr_0.1.1.tar.gz
reluxr_0.1.1.zip(r-4.7)reluxr_0.1.1.zip(r-4.6)reluxr_0.1.1.zip(r-4.5)
reluxr_0.1.1.tgz(r-4.6-any)reluxr_0.1.1.tgz(r-4.5-any)
reluxr_0.1.1.tar.gz(r-4.7-any)reluxr_0.1.1.tar.gz(r-4.6-any)
reluxr_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
reluxr/json (API)
| # Install 'reluxr' in R: |
| install.packages('reluxr', repos = c('https://bradyajohnston.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bradyajohnston/reluxr/issues
Last updated from:dcc567456a. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 143 | ||
| source / vignettes | OK | 216 | ||
| linux-release-x86_64 | OK | 161 | ||
| macos-release-arm64 | OK | 101 | ||
| macos-oldrel-arm64 | OK | 117 | ||
| windows-devel | OK | 113 | ||
| windows-release | OK | 95 | ||
| windows-oldrel | OK | 116 | ||
| wasm-release | OK | 115 |
Exports:is_well_idplate_read_tecanrl_adjust_platerl_calc_decon_matrixrl_plot_plate
Dependencies:clicpp11dplyrfarvergenericsggplot2gluegtablehmsisobandjanitorlabelinglifecyclelubridatemagrittrpillarpkgconfigpurrrR6RColorBrewerrlangS7scalessnakecasestringistringrtibbletidyrtidyselecttimechangeutf8vctrsviridisLitewithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Deconvolute a Single Vector | .decon_vec |
| Deconvolute a Multi-Frame Matrix | .deconvolute_multi_frame_matrix |
| Calculate Bleed Through Matrix | .mat_calc_bleed |
| Make Deconvolution Matrix From Bleed-Through Matrix | .mat_calc_deconvolution |
| Create a multi-frame matrix from a dataframe. | .multi_frame_matrix_from_df |
| Convert a Multi-Frame Matrix to a Vector | .multi_frame_matrix_to_vec |
| Reorder a DatFrame | df_arrange |
| Logical test for well ID format. | is_well_id |
| Read the output of Tecan Plate Readers | plate_read_tecan |
| Adjust Experimental Luminescent Data | rl_adjust_plate |
| Calculate a Deconvolution Matrix | rl_calc_decon_matrix |
| Calculate the Optimal Deconvolution Matrix | rl_mat_decon_best |
| Plot a Plate-Layout of the Value Column | rl_plot_plate |
