PeCorA_plotting: PeCorA_plotting

Description Usage Arguments Details Value Author(s) Examples

View source: R/PeCorA_plotting.R

Description

generates boxplot using PeCorA output

Usage

1
2
3
4
5
PeCorA_plotting(
  disagree_peptides,
  disagree_peptides_selection,
  scaled_peptides
)

Arguments

disagree_peptides

dataframe object with disagree peptides

disagree_peptides_selection

dataframe object selection of disagree peptides

scaled_peptides

scaled peptides

Details

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.

Value

PeCorA plot

Author(s)

Maria Dermit maria.dermit@qmul.ac.uk

Examples

1
2
3
4
5
6
if (interactive()) {
  PeCorA_plotting_plot <- PeCorA_plotting(
    disagree_peptides,
    disagree_peptides[12, ], scaled_peptides
  )
}

demar01/PeCorA documentation built on Feb. 4, 2021, 8:44 p.m.