Description Usage Arguments Value Examples
View source: R/ms_ITDR_fitting.R
Function to perform dose-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 |
calMDT |
whether to calculate the Mininal Dose Threshold(MDT), 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 dose points with fitting parameters, default set to FALSE |
a dataframe
1 2 3 4 | ## Not run:
ITDRdata_fitted <- ms_ITDR_fitting(ITDRdata_scaled)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.