Input for Deseq2 for downstream analysis
1
0
Entering edit mode
3 months ago
وفاء • 0

Hi everyone,

I ran the nf-core/rnaseq pipeline in the cluster for three studies separately (because they huge data), and I got some files as the output for each one of them:

salmon.merged.gene_counts_length.tsv (29744 genes)
salmon.merged.gene_counts_length_scaled.tsv (29744 genes)
salmon.merged.gene_counts_scaled.tsv (29744 genes)
salmon.merged.gene_counts.tsv (29744 genes)
salmon.merged.gene_temp.tsv (29744 genes)

Then I combine all the outputs ("salmon.merged.gene_counts_length_scaled.tsv") of the three studies into one matrix as input for Deseq2. So, however, I am not sure which files I need to use and combine since I read that the input for Deseq2 should be unnormalized and the only unnormalized files are the "salmon.merged.gene_counts.tsv".

So, which files should I use, and why? any help will be appreciated.

Rna-seq • 303 views
ADD COMMENT
2
Entering edit mode
3 months ago
ATpoint 82k

The file salmon.merged.gene_counts_length_scaled.tsv represents raw counts but corrected for average transcript length per gene. It is the output of running tximport with the lengthScaledTPM option. I find this a good choice because you can feed this file into any downstream analysis, be it DESeq2, limma or others.

See https://bioconductor.org/packages/release/bioc/html/tximport.html for tximport details.

ADD COMMENT

Login before adding your answer.

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