run_DESeq2: DESeq2 wrapper

Description Usage Arguments Examples

View source: R/DE_analysis.R

Description

DESeq2 wrapper

Usage

1
2
3
4
5
6
7
8
9
run_DESeq2(
  geneCounts,
  sample_data,
  expt_design,
  reduced_design,
  coefficient,
  contrast,
  min_lfc
)

Arguments

geneCounts

data.frame containing raw gene or transcript counts.

sample_data

data.frame containing experimental factors, with the number of rows equal to the number of samples

expt_design

a formula indicating the factors of the experimental design

reduced_design

a formula indicating the reduced version of expt_design (the factor of interest is removed)

coefficient

a number indicating the coefficient to be tested

contrast

a vector of strings indicating the factor and levels to be tested

min_lfc

minimum value of the absolute value of the LFC required to be significant

Examples

1
run_DESeq2(geneCounts, sample_data, expt_design, reduced_design, coefficient, contrast, min_lfc)

Emask7/ZIKVtranscriptomics documentation built on Jan. 25, 2022, 12:32 a.m.