Skip to contents

Scale measured protein abundances across temperature gradient.

Usage

X.scale.meltcurves(
  data = NULL,
  temperatures = c(37, 41, 45, 49, 53, 57, 61, 65, 69, 73)
)

Arguments

data

Data frame with data containing a column 'id' and one 'Ab' column for each temperature.

temperatures

Vector of integers: Temperatures used for the generation of the meltcurves.

Value

A list with two elements: $data with scaled data and $plot showing the data distribution before and after the scaling.

Examples

MCdata.scaled <- X.scale.meltcurves(MCdata.clean$data)
#> Error in theme_bw(base_size = 12): could not find function "theme_bw"