How to reuse DESeq2 inputs for EdgeR
1
0
Entering edit mode
8.8 years ago
scchess ▴ 640

Let's say I have an input for DESeq2 ready, such as:

library("airway")

data("airway")
se <- airway

se is an instance of class SummerizedExperiment. The object can be given to DESeq2 directly for analysis. But how do I use it for EdgeR? The user manual of EdgeR assumes a input matrix to construct DGEList. But how do I do it from an instance of SummerizedExperiment?

deseq2 edgeR • 1.7k views
ADD COMMENT
0
Entering edit mode
8.8 years ago
Phil S. ▴ 700

Have you tried it that way?

ADD COMMENT

Login before adding your answer.

Traffic: 2724 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6