How to make the data compatible for DESeq2?
0
0
Entering edit mode
20 months ago
Karma ▴ 310

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:

dataframe

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

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

StringTie counts DESeq2 • 623 views
ADD COMMENT
1
Entering edit mode

You should figure out what values they uploaded. If it's TPM or other normalized values the negative-binomial model DESeq2 assumes about the data won't be true, unfortunately.

ADD REPLY
0
Entering edit mode

I am using this data from GEO database. The file is given as GSE202203_RawCounts_gene_3207.

ADD REPLY
0
Entering edit mode

OK, so it's probably estimated gene counts from Salmon. In this case you can use tximport or simply use round as you suggested.

ADD REPLY

Login before adding your answer.

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