BoxProfile: Box plot profile for dynamic organellar map

View source: R/BoxProfile.R

BoxProfileR Documentation

Box plot profile for dynamic organellar map

Description

BoxProfile plot a box plot of specific proteins between two condition (control vs treated). Perform also an anova analysis on the protein selected. The box are only useful when there are replicates. This allow to visualize quickly if the protein profile changed between the two conditions. Use only when you have dataset with two different conditions.

Usage

BoxProfile(
  obj,
  prot = "GRB2",
  Condition = "cond",
  mytit = TRUE,
  tit = "Box profile",
  cmet = "markers"
)

Arguments

obj

A MSnSet object

prot

A character vector which contains the protein(s) that you want to see the profiles between the two conditions

Condition

The name of the column of your data which contains the condition for each protein (control or treated)

mytit

Logical to tell if you want to print your own first element of the title

tit

Character corresponding to the first element of the title, use when mytit = TRUE

cmet

Character correspoonding to the column name containing the localization of each proteins

Value

a list containing the plot and the summary of the anova analysis


mgerault/pRolocExtra documentation built on Sept. 15, 2022, 9:26 a.m.