What to do after importing quantification with tximport
1
0
Entering edit mode
8 months ago

I am doing the classic pipeline for DGE Analysis. I have quantified some rna-sequences with Salmon and now I have imported them with tximport package (as the vignette says). I am new to the field and I am stuck at this point. On the vignette, before performing DGE with Deseq2 , they create a sampleTable which must have the same row names as the column names of txi$counts. I don't know why I have to create this table and how Iit can be useful for the analysis. The matrix with gene/counts (txi table) isn't enough ?

Thank you.

R transcriptome DE DESeq2 • 568 views
ADD COMMENT
2
Entering edit mode
8 months ago
Trivas ★ 1.7k

You need metadata for your samples. What condition does each sample belong to? That's why you need the colData object.

ADD COMMENT
0
Entering edit mode

I have healty and not-healty sample. I am very confused sorry.

ADD REPLY
0
Entering edit mode

Basically the variables that you will be using in your model formula should come from the colData, which is constructed from the sampleTable you will create. So, in your case your sampleTable will have one column with a name like health_status and two levels within it, either a healthy or non-healthy and the row names of this table should correspond to the column names of your count table as you also mentioned.

ADD REPLY
0
Entering edit mode

So basically I have to costruct the sampleTable using the health_status column that I have from my data. And that's it. Thank you for the clarification.

ADD REPLY

Login before adding your answer.

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