View source: R/tidy_dye_screen.R
tidy_dye_screen | R Documentation |
Combine protein and buffer dye screening data, and output a dye screening dataframe, tidied for downstream analysis. Assumes particular
tidy_dye_screen(
.raw_data,
.raw_layout,
.buffer_data,
.buffer_layout,
.protein_name,
.exp_num,
.buffer_used,
...
)
.raw_data |
a long-form tibble containing a single plate of raw DSF data from a dye screen. Must include columns containing information on each of the following things:
|
.raw_layout |
a long-form tibble containing plate layout information for the supplied raw data. Must include columns containing information on each of the following things: #'
|
.buffer_data |
the same as .raw_data, but data is from a no-protein control. |
.buffer_layout |
the same as .raw_data, but data is from a no-protein control. |
.protein_name |
the name of the protein screened. |
.exp_num |
a unique identifier which can assist in tracing this output data back to a specific experiment or notebook entry. |
.buffer_used |
a single string containing brief information on the buffer used in this screen. |
... |
additional arguments passed to label_dye_screen(), and label_data(), which is called within label_dye_screen(). |
a tibble, containing data for a labeled dye screen, containing both protein and buffer data.
variable, a character column holding unique identifiers for each trace.
Temperature, a numeric column holding Temperatures at which RFU measurements were made.
value, a numeric column holding raw RFU values measured.
value_group_norm, a numeric column holding raw RFU values, in which buffer and protein data for a particular dye, at a particular concentration, in a particular channel, collectively have been normalized to a 0 to 1 scale.
value_norm, a numeric column holding raw RFU values, scales 0 to 1 for each individual trace.
dye, a character column specifying the dye tested in each well.
dye_conc_uM, a character column specifying the concentration at which a dye was tested.
channel_f, a character column specifying the channel in which the raw values were measured.
type, a character column specifying the type of moleceule screened– "protein" or "buffer". Each output may contain only one value for "type". For plates in which buffer and protein were both screened, layouts which mask the wells of the opposite type should be used, to create separate outputs for each type of data.
identity, a character column holding specific identities for the protein and buffer screened, e.g. "lysozyme" and "20mM_HEPES_pH7p2_200mM_NaCl_1mM_TCEP".
exp_num, a character column holding information which can be used to trace the experiment back to a specific notebook entry or other form of documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.