Description Usage Arguments Examples
Creates a new data frame with the outliers from original data frame removed. Outliers are defined as ratios
1 | rm_outliers(dat, pro_df, ratio, mult = 2)
|
dat |
a data frame |
pro_df |
a data fram containing average ratio of each protein |
ratio |
a character string of the column name of the ratio used to find outliers |
mult |
multiplier of the sd used to determine the min and max allowable ratio for each peptide, defaults to 2 |
1 | data_rm_out <- rm_outliers(df, pro_df, "ratio")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.