bio_binding | R Documentation |
Calculated binding affinities (Kd) from experimental data that contains dose and response information. Could be titrated concentration and resulting fluorescence, or percentage shift in a EMSA or something similar.
bio_binding(data, conc, resp, group = NULL, slope = 1)
data |
data.frame or tibble containing dose response data. |
conc |
Column with the concentration information. |
resp |
Column containing the response information. |
group |
allowed to be free (set |
slope |
For all 1:1 binding interactions, the slope for the log - logistic curve should be 1. If the interaction has some cooperativity or it is not a 1:1 binding interaction, then this value will change and should be |
a tibble
Puromycin %>% bio_binding(conc, rate, group = state)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.