uniquefy_res_by_group: Uniquefys a res df by group by taking absolute max

View source: R/utils.R

uniquefy_res_by_groupR Documentation

Uniquefys a res df by group by taking absolute max

Description

Uniquefys a res df by group by taking absolute max

Usage

uniquefy_res_by_group(
  res_df,
  group_col = "external_gene_name",
  val_col = "GeneRank"
)

Arguments

res_df

a tidy results data.frame (see get_limma_results)

group_col

column with duplicates

val_col

column of unique values

Value

a uniquefyd results data.frame


lefeverde/QSPpaper documentation built on Jan. 12, 2023, 11:14 a.m.