Description Usage Arguments Value Examples
View source: R/ms_ITTR_fitting.R
Function to perform time-response function fitting to generate fitting parameters for each entry/curve
1 2 3 4 5 6 7 8 9 10 11 |
data |
dataset to be fitted |
nread |
number of reading channels or sample treatements, default value 10 |
fc |
short for fold change, indicate the response level the fitting function used to back-calculate the corresponding effective concentration |
calMTT |
whether to calculate the Mininal Time Threshold(MTT), this is useful when do follow-up analysis such as R2-AUC plot |
baselineMAD |
MAD of baseline variation, default value is 0; if not provided, it will be calculated based on the readings from the lowest few dose points, specified by an integer 'nbaselineā |
nMAD |
level of significance, default set at 2.5 |
writetofile |
whether to keep a local file copy of the original data with fitting parameters, default set to TRUE |
keepfittedvalue |
whether to keep the fitted data at each time points with fitting parameters, default set to FALSE |
a dataframe
1 2 3 4 | ## Not run:
ITTRdata_fitted <- ms_ITTR_fitting(ITTRdata_scaled)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.