View source: R/plot_butterfly.R
| plot_butterfly | R Documentation |
Butterfly plot of deuterium uptake values in time for one biological state.
plot_butterfly(
uptake_dat,
theoretical = FALSE,
fractional = FALSE,
uncertainty_type = "ribbon",
interactive = getOption("hadex_use_interactive_plots")
)
uptake_dat |
data produced by |
theoretical |
|
fractional |
|
uncertainty_type |
type of presenting uncertainty, possible values: "ribbon", "bars" or "bars + line". |
interactive |
|
Function plot_butterfly generates butterfly plot
based on provided data and parameters. On X-axis there is peptide ID. On the Y-axis
there is deuterium uptake in chosen form. Data from multiple time points of
measurement is presented.
a ggplot object.
create_state_uptake_dataset
state_uptake_dat <- create_state_uptake_dataset(alpha_dat)
plot_butterfly(state_uptake_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.