Description Usage Arguments Value Examples
View source: R/ms_ITTR_scaling.R
Function to apply systematic scaling to the ITTR dataset
1 2 3 4 5 6 7 8 9 10 11 12 |
data |
dataset to be scaled |
nread |
number of reading channels or sample treatements, default value 10 |
abdnorm |
whether to apply protein abundance level normalization, default set to TRUE |
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, default set to TRUE |
remloadc |
whether to remove loading control sample, default set to FALSE |
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, default set to TRUE |
bottomlabel |
textual label at the bottom of the plot |
filename |
name for the file |
scaled dataset in dataframe format
1 2 3 4 | ## Not run:
ITTRdata_scaled <- ms_ITTR_scaling(ITTRdata_cleaned)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.