summarise_DA: Summarise Differential Analysis table

View source: R/helpers.R

summarise_DAR Documentation

Summarise Differential Analysis table

Description

Summarise Differential Analysis table

Usage

summarise_DA(
  res,
  chr_col = "chr",
  start_col = "start",
  end_col = "end",
  ID_col = "ID"
)

Arguments

res

A differential analysis data.frame

chr_col

Character specifying the chromosome column.

start_col

Character specifying the start column.

end_col

Character specifying the end column.

ID_col

Character specifying the ID column.

Value

A gathered data.frame with a cluster column


vallotlab/IDclust documentation built on Feb. 16, 2023, 8:58 a.m.