View source: R/plot_proteomics.R
cleavage_histogram | R Documentation |
This is very similar to plot_cleaved() above, but tries to be a little bit smarter.
cleavage_histogram(
pep_sequences,
enzyme = "trypsin",
start = 600,
end = 1500,
color = "black"
)
pep_sequences |
Protein sequences as per plot_cleaved(). |
enzyme |
Compatible enzyme name from cleaver. |
start |
Print histogram from here |
end |
to here. |
color |
Make the bars this color. |
List containing the plot and size distribution.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.