Within-sample gene comparison with DESeq2
1
1
Entering edit mode
ctruntzer ▴ 20
@ctruntzer-12058
Last seen 15 months ago
France

Dear all,

I would like to compare the expression of different genes with each other in a single biological condition (for which I have technical replicates). Transcript abundances were quantified using kallisto.

I'm a little confused with the output of tximport combined with DESeqDataSetFromTximport.

If dds is the result of the DESeqDataSetFromTximport function, I planned to use the "normalized=T" option of the counts function: dds_norm=counts(dds, normalized=T) and then to compare genes with each other based on the dds_norm counts. The objective is to select genes that are the most expressed in my biological condition.

Can you please let me know if this is correct?

Thank you for your help,

Caroline

 

deseq2 normalization • 1.9k views
ADD COMMENT
0
Entering edit mode

Ok, thank you for your answer!

ADD REPLY
3
Entering edit mode
@mikelove
Last seen 1 day ago
United States

If you want to compare expression within a sample across gene, you should use the TPMs. These can be found in txi$abundance.

ADD COMMENT

Login before adding your answer.

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