Show overlap distribution data
create_overlap_distribution_dataset.Rd
Generates the data of frequency of overlap of each amino in the protein sequence.
Usage
create_overlap_distribution_dataset(
dat,
protein = dat[["Protein"]][1],
state = dat[["State"]][1],
start = min(dat[["Start"]]),
end = max(dat[["End"]]),
protein_sequence = reconstruct_sequence(dat)
)
Arguments
- dat
data imported by the
read_hdx
function.- protein
chosen protein.
- state
biological state for chosen protein.
- start
start position of chosen protein.
- end
end position of chosen protein.
- protein_sequence
data produced by
reconstruct_sequence
function.
Value
a data.frame
object.
Details
This data frame presents how many times (by how many peptides) a amino position in protein sequence is covered. This data is available in the GUI.