deg_edgeR: Run degeR

View source: R/deg_edgeR.R

deg_edgeRR Documentation

Run degeR

Description

A integrated function for run edgeR in a counts data and return results files.

Usage

deg_edgeR(
  counts_data,
  group_list,
  control_group,
  x = "logFC",
  y = "PValue",
  dir = ".",
  prefix = "2-DEG_edgeR"
)

Arguments

counts_data

a counts data frame of rows in genes and columns in samples

group_list

a list ordered by samples in counts_data

control_group

the name of the denominator level for the fold change (Control group)

x

which column is log FC

y

which column is P value

dir

a directory to store results

prefix

a prefix of file names in this step

Value

a directory contains figures and csv files and a deg data frame

Examples

deg_edgeR(counts_input,group_list,
          control_group = "C",
           x = "logFC", y = "PValue",
           dir = tempdir(), prefix = "2-DEG_edgeR")

xiayh17/RNAseqStat documentation built on June 16, 2022, 11:51 a.m.