View source: R/plot_uptake_curve.R
| plot_uptake_curve | R Documentation |
Plot deuterium uptake curve for selected peptides
plot_uptake_curve(
uc_dat,
theoretical = FALSE,
fractional = FALSE,
uncertainty_type = "ribbon",
log_x = TRUE,
interactive = getOption("hadex_use_interactive_plots")
)
uc_dat |
data produced by |
theoretical |
|
fractional |
|
uncertainty_type |
type of uncertainty presentation, possible values: "ribbon", "bars" or "bars + line" |
log_x |
|
interactive |
|
The function plot_uptake_curve generates
the deuterium uptake curve for selected peptides
from selected protein.
On X-axis there are time points of measurements. On Y-axis there
is deuterium uptake in selected form. The combined and propagated
uncertainty can be presented as ribbons or error bars.
a ggplot object.
read_hdx
calculate_kinetics
calculate_peptide_kinetics
create_kinetic_dataset
uc_dat <- calculate_kinetics(alpha_dat, protein = "db_eEF1Ba",
sequence = "GFGDLKSPAGL",
state = "Alpha_KSCN",
start = 1, end = 11,
time_0 = 0, time_100 = 1440)
plot_uptake_curve(uc_dat = uc_dat,
theoretical = FALSE,
fractional = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.