How to make the data compatible for DESeq2?
1
0
Entering edit mode
snijesh ▴ 20
@snijesh-20358
Last seen 13 days ago
India

I am trying to do DESeq2 on the dataset GSE202203. I downloaded the data from the server using GSE202203_RawCounts_gene_3207 link. But when I opened the data, it was in fraction number as follows: df

How do I effectively convert the values compatible for DESeq2 analysis?

Is this way correct? df[,-1] <-round(df[,-1],0)

DESeq2 TPM rawcounts StringTie • 703 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 5 hours ago
United States

Presumably those are the counts generated by tximport after importing the data. While it's not ideal (we don't know about gene length per sample), you can round these and load into DESeq2 with DESeqDataSetFromMatrix. They should have instead posted the lengths as well as the counts (which tximport keeps track of, but here was discarded).

ADD COMMENT

Login before adding your answer.

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