bcbrun: Normalize SummarizedExperiment from bcbreader function.

Description Usage Arguments Examples

View source: R/bcbio.R

Description

This function will detect if the object contains the slots from salmon quantification or featureCounts and normalize the data using DESeq2. It will update raw, normalized and vst slots in a SummarizedExperiment object.

Usage

1
bcbrun(se, design = ~1)

Arguments

se

SummarizedExperiment object generated by readBCBIO.

Examples

1
2
data(se)
bcbrun(se, design = ~condition)

vbarrera/bcbioLite documentation built on Oct. 21, 2020, 3:03 p.m.