Description Usage Arguments Details Value Author(s) Examples
View source: R/PeCorA_plotting.R
generates boxplot using PeCorA output
1 2 3 4 5 | PeCorA_plotting(
disagree_peptides,
disagree_peptides_selection,
scaled_peptides
)
|
disagree_peptides |
dataframe object with disagree peptides |
disagree_peptides_selection |
dataframe object selection of disagree peptides |
scaled_peptides |
scaled peptides |
This function generates boxplots for a given protein representing the peptides that are statistically different from the quantities of all the other peptides in green and all other peptides in grey.
PeCorA plot
Maria Dermit maria.dermit@qmul.ac.uk
1 2 3 4 5 6 | if (interactive()) {
PeCorA_plotting_plot <- PeCorA_plotting(
disagree_peptides,
disagree_peptides[12, ], scaled_peptides
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.