Description Usage Arguments Value
View source: R/ms_isothermal_scaling.R
Internal function to apply systematic scaling to the ITDR or ITTR dataset
1 2 3 4 5 6 7 8 9 10 11 12 13 | ms_isothermal_scaling(
data,
dataname,
nread,
abdnorm,
reftolowest,
remloadc,
loadcname,
numcharmix,
writefactortofile,
bottomlabel,
filename
)
|
data |
dataset to be scaled |
nread |
number of reading channels or sample treatements |
abdnorm |
whether to apply protein abundance level normalization |
reftolowest |
whether to check and re-arrange the treatment dose (or time) in ascending order, using the readings from lowest dose (or time) group as the reference to derive ratios |
remloadc |
whether to remove loading control sample |
loadcname |
the header name of loading control sample |
numcharmix |
whether the treatment names contains both character and numeric values |
writefactortofile |
whether to save a copy of scaling factors |
bottomlabel |
textual label at the bottom of the plot |
filename |
name for the file |
a dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.