Which file in tximport should I use for DESeq2 analysis?
1
0
Entering edit mode
Yijing • 0
@d0a8eb95
Last seen 6 months ago
Germany

Hello, I am using tximport to generate txi list from upstream kallisto output.

Then I use the txi list to construct a SummarizedExperiment object.

Here is the code for constructing the se object:

se <- SummarizedExperiment(assays = list(counts = txi$counts, 
abundance = txi$abundance, 
length = txi$length), 
rowData = rownames(txi$counts), 
colData = metadata)

So should I use the counts file for the downstream DESeq2 analysis?

> assays(se)
List of length 3
names(3): counts abundance length
tximport DESeq2 • 586 views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 21 minutes ago
United States

This is covered extensively in the tximport vignette.

ADD COMMENT

Login before adding your answer.

Traffic: 904 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