salmon - tximport - deseq2 gene level workflow
0
0
Entering edit mode
5.4 years ago
jomo018 ▴ 720

I am applying salmon quant with --geneMap option to quantify RNA-SEQ to gene level count files. I plan to proceed with DE using Deseq2.

Is it OK to use txIn and txOut in tximport as follows:

tximport(files, type="salmon", countsFromAbundance="no", txIn=T , txOut=T ).

In other words, apply the gene count files as if these are transcripts and avoid any upper level aggregation. I did not find the natural way of applying gene counts to tximport.

RNA-Seq salmon deseq2 tximport • 2.3k views
ADD COMMENT
0
Entering edit mode

Why don't you make it as simple as possible and run salmon with the default parameters on your fastq files, followed by standard tximport to aggregate tx to gene level?

ADD REPLY
0
Entering edit mode

I believe there is contamination on one chromosome (M) which I want to get rid off after alignment but before DE. It's easier to do on the gene level right after Salmon. There are other ways to do that, but I thought tximport on gene level would be straightforward.

ADD REPLY

Login before adding your answer.

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