View source: R/Main_functions.R
merge_duplicate_groups | R Documentation |
Merge protein groups with the same gene name.
merge_duplicate_groups( df, idx_col = NULL, merge_column = "gene_name", sum_intensities = TRUE )
df |
A data frame |
idx_col |
idx of columns for which values will be merged across protein groups |
merge_column |
column to identify rows to be be merged |
sum_intensities |
Logical. Sum intensities across merged groups. |
A merged data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.