Description Usage Arguments Value Examples
Function to apply systematic scaling to CETSA melt curve dataset
1 2 3 4 5 6 7 8 | ms_scaling(
data,
nread = 10,
reordertemp = FALSE,
writefactortofile = TRUE,
bottomlabel = "Temperature",
filename = "CETSA_normalization_factors.txt"
)
|
data |
dataset to be scaled |
nread |
number of reading channels or sample treatments |
reordertemp |
whether to check and re-arrange the treatment temperatures in ascending order, using the readings from lowest temperature group as the reference to derive ratios, default set to FALSE since we typically label the CETSA melt curve samples from low to high temperatures in the TMT10 |
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
1 2 3 4 | ## Not run:
LY_scaled <- ms_scaling(LY_cleaned)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.