plot_all_isos: Plot the Isotopic Distribution Changing Over Time

Description Usage Arguments Examples

View source: R/plot_all_isos.R

Description

Creates a vector containing the abundance ratio for each peptide

Usage

1
plot_all_isos(dat, g_title, g_subtitle, FUN = geom_jitter)

Arguments

dat

a data frame containing isotope and abundance

g_title

title for the plot

g_subtitle

subtitle for the plot

FUN

geom_jitter or geom_point (defaults to geom_jitter)

Examples

1
2
df_g <- filter(df_iso, protein == "Hist2h4", peptide == "DAVTYTEHAK")
plot_all_isos(df_g, "PRO", "PEP")

tsoleary/proteomixr documentation built on July 19, 2019, 8:37 a.m.