Description Usage Arguments Examples
View source: R/plot_all_isos.R
Creates a vector containing the abundance ratio for each peptide
1 | plot_all_isos(dat, g_title, g_subtitle, FUN = geom_jitter)
|
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) |
1 2 | df_g <- filter(df_iso, protein == "Hist2h4", peptide == "DAVTYTEHAK")
plot_all_isos(df_g, "PRO", "PEP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.