multipleGroupDEgenes: DE genes analysis for multiple groups.

Description Usage Arguments Examples

View source: R/transcriptome.R

Description

DE genes analysis for multiple groups.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
multipleGroupDEgenes(
  dds,
  comparePairFile = NULL,
  design = "conditions",
  padj = 0.05,
  log2FC = 1,
  dropCol = c("lfcSE", "stat"),
  output_prefix = "ehbio",
  ...
)

Arguments

dds

DESeq function returned object.

comparePairFile

A file containing sample groups for comparing. Optional. If not given, the function will use colData information in dds and perform group compare for all possible combinations.

groupA groupB
groupA groupC
groupC groupB
design

The group column name. Default "conditions".

padj

Multiple-test corrected p-value. Default 0.05.

log2FC

Log2 transformed fold change. Default 1.

dropCol

Columns to drop in final output. Default c("lfcSE", "stat"). Other options "ID", "baseMean", "log2FoldChange", "lfcSE", "stat", "pvalue", "padj". This has no specific usages except make the table clearer.

output_prefix

A string as prefix of output files.

...

Additional parameters given to ggsave.

Examples

1

Tong-Chen/YSX documentation built on Jan. 25, 2021, 2:49 a.m.