limma_voom.pfun: limma_Voom

Description Usage Arguments Value Examples

View source: R/stableDE_fun.R

Description

Implement limma_Voom with standard pipeline (Law et al., 2014) with small modification from "http://imlspenticton.uzh.ch/robinson_lab/edgeR_robust/".

Usage

1

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 <- limma_voom.pfun(bottomly$counts_evaluation, bottomly$group_evaluation)

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