| plot_overlap_distribution | R Documentation |
Generates overlap distribution plot based on supplied data and parameters.
plot_overlap_distribution(
overlap_dist_dat,
start = 1,
end = max(overlap_dist_dat[["pos"]]),
interactive = getOption("hadex_use_interactive_plots")
)
overlap_dist_dat |
produced by |
start |
start start position of chosen protein. |
end |
end position of chosen protein. |
interactive |
|
This plot presents how many times (by how many peptides) a amino position in protein sequence is covered. This plot is visible in GUI.
a ggplot object.
read_hdx
reconstruct_sequence
create_overlap_distribution_dataset
overlap_dist_dat <- create_overlap_distribution_dataset(alpha_dat)
plot_overlap_distribution(overlap_dist_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.