Description Usage Arguments Examples
Creates a vector containing the abundance ratio for each peptide
1  | abun_ratio(dat, group, ctrl = "ctrl_med")
 | 
dat | 
 a data frame containing columns with median peptide abundances  | 
group | 
 column string or number (numerator of ratio)  | 
ctrl | 
 column string or number (demoninator of ratio) defaults to "ctrl_med"  | 
1  | df$ratio <- abun_ratio(df, "group1_med")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.