Description Usage Arguments Value Examples
Get pEC50 for a protein of interest at a specific temperatures (optimally the melting point of the protein)
1 | getPEC504Temperature(fstat_df, protein, temperaturePEC50 = 60)
|
fstat_df |
data frame as obtained after calling
|
protein |
character string referring to the protein of interest |
temperaturePEC50 |
temperature (numeric) at which pEC50 should be inferred |
numeric value specifying the pEC50 for the indicated protein and temperature
1 2 3 4 5 6 7 8 9 10 | data("simulated_cell_extract_df")
model_params_df <- getModelParamsDf(
df = filter(simulated_cell_extract_df,
clustername == "tp1"))
getPEC504Temperature(
fstat_df = model_params_df,
protein = "tp1",
temperaturePEC50 = 60)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.