View source: R/show_kinetic_data.R
| show_uc_data | R Documentation |
Present deuterium uptake curve data
show_uc_data(uc_dat, theoretical = FALSE, fractional = FALSE)
uc_dat |
calculated kinetic data by |
theoretical |
|
fractional |
|
The function show_uptake_data generates a subsets
of the uc_dat based on selected parameters.
The numerical values are rounded to 4 places. The names of columns
are changed to user-friendly ones.
a data.frame object
read_hdx
calculate_kinetics
calculate_peptide_kinetics
uc_dat <- calculate_kinetics(alpha_dat,
sequence = "GFGDLKSPAGL",
state = "ALPHA_Gamma",
start = 1, end = 11)
show_uc_data(uc_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.