View source: R/imprints_barplotting_categorize_peptides.R
imprints_barplotting_categorize_peptides | R Documentation |
Function to plot the categorized proteins found as hits by the function imprints_cleaved_peptides
imprints_barplotting_categorize_peptides(
data,
data_cleaved,
treatment,
control,
format = c("RESP_peptide", "peptide_one"),
color = "red",
pdfname = "categorized_RESP_barplots"
)
data |
The normalized peptides data set, i.e. the outpout from |
data_cleaved |
The categorized cleavage hits data set, i.e. the outpout from |
treatment |
The treatment from which you want to see the plots. Can only be one. |
control |
The control treatment from your dataset. |
format |
Format of the plot; either |
color |
The color of the bar plots. |
pdfname |
textual label of the pdf file |
NULL. Will save a pdf file with ordered and catgorized plots
imprints_barplotting_peptides
imprints_categorize_peptides
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.