Description Usage Arguments Value Note Examples
Fits a segmented regression to cell sinking data (square root RFU values) by well. The model parameters can then be used to calculate sinking rate.
1 2 |
database_rfu |
dataframe containing the columns "Plate", "Well", "Elapsed.Time.m", and "RFU". Can be generated by the user, or by running the import functions on raw data files. |
breakpoints |
initial x-axis estimates where the regression should be broken up. |
attempts |
number of times the segmented regression should be run until a fit is generated. Do not change unless needed. |
export_output |
whether the resulting dataframe should be exported to .csv. |
save_as |
desired filename, if results are to be exported. |
A dataframe containing the model parameters, with each row representing a single well. The output parameters include well bottom (mean of 3 lowest points after second breakpoint), slopes 1, 2, and 3, breakpoints 1 and 2, y-intercepts on each of the slopes, and 95
The parameters generated by this function are NOT final sinking rates. You may use the sink_rate() function to generate sinking rate estimates from the parameters, or you may wish to apply your own equation.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.