getPEC504Temperature {TPP2D} | R Documentation |
Get pEC50 for a protein of interest at a specific temperatures (optimally the melting point of the protein)
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
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)