| create_overlap_distribution_dataset | R Documentation |
Generates the data of frequency of overlap of each amino in the protein sequence.
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)
)
dat |
data imported by the |
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
|
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.
a data.frame object.
read_hdx
reconstruct_sequence
create_overlap_distribution_dataset(alpha_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.