run_deseq2: run_deseq2

Description Usage Arguments Value

View source: R/run_deseq2.R

Description

Runs DESeq2 on normalized, batch-corrected data containing two groups to be contrasted.

Usage

1
run_deseq2(data, group_1, group_2, gene_column)

Arguments

data

A data frame containing normalized count data.

group_1

A character vector naming the columns that belong to group 1.

group_2

A character vector naming the columns that belong to group 2.

gene_column

A character string naming the column containing gene names.

Value

A data frame containing DESeq2 results.


alextkalinka/delboy documentation built on Feb. 2, 2022, 4:19 p.m.