DESeq2.pfun: DESeq2

Description Usage Arguments Value Examples

View source: R/stableDE_fun.R

Description

Implement DESeq2 (Love et al., 2014) with small modification from "http://imlspenticton.uzh.ch/robinson_lab/edgeR_robust/".

Usage

1
DESeq2.pfun(counts, group)

Arguments

counts

a matrix of raw read counts

group

factor that giving the experimental condition for each sample

Value

pval vector of p-values

padj vector of adjusted p-values by Benjamini-Hochberg procedure

Examples

1
2
    bottomly <- RNAseq_data(sel_size = 3)
    res <- DESeq2.pfun(bottomly$counts_evaluation, bottomly$group_evaluation)

linbingqing/stableDE documentation built on May 29, 2019, 3:06 a.m.