Skip to contents

Generates overapping peptide plot based on supplied data and parameters.

Usage

plot_overlap(dat, protein = dat[["Protein"]][1], state = dat[["State"]][1])

Arguments

dat

data imported by the read_hdx function.

protein

protein included in calculations

state

state included in calculations

Value

a ggplot2 object.

Details

The overlap plot presents all the peptides in given state on the protein sequence. This plot is visible in GUI.

Examples

plot_overlap(alpha_dat)