Makes sense to conduct SALMON mapping followed by NOIseq for differential expression analysis?
1
0
Entering edit mode
3.6 years ago
YEODYNASTY ▴ 10

Dear all,

For my RNA-seq project, I'll like to use SALMON to obtain GC bias-corrected count table from my fastq files.

Since SALMON does not conduct differential expression analysis, I'll like to confirm that it is acceptable to use any approach for the analysis, such as NOIseq.

Is it also OK to use any normalization method, such as FPKM and TMM, subsequent to SALMON?

I know the questions are very basic, but any comments will be appreciated!

RNA-Seq SALMON NOIseq • 1.0k views
ADD COMMENT
0
Entering edit mode

Hi, I just want to clarify with SALMON 1.3, we can now use the --geneMap flag to quantity counts at the gene level by providing the gtf annotation file.

Thus, there is now no need to sum up over the transcripts?

ADD REPLY
0
Entering edit mode

This option is quite old actually, I never used it, nor ever will since tximport is my standard pipeline. Cannot comment on that option.

ADD REPLY
0
Entering edit mode
3.6 years ago
ATpoint 82k

Since salmon produces transcript level counts you should first sum these to the gene level, e.g. tximport from Bioconductor. From there on you can use any gene level DE framework you like. I personally use edgeR, but DESeq2 and limma are fine as well. Never used NOIseq. Please don't use FPKM, the typical DE tools expect raw counts anyway, please read the manual of e.g. edgeR and DESeq2.

ADD COMMENT
0
Entering edit mode

Thank you for your prompt reply.

You made an interesting point to sum transcript expressions to obtain gene level expression.

Can we provide reference gene sequences to SALMON, instead of the reference transcriptome? In this way, we can skip the summing-up step?

ADD REPLY
0
Entering edit mode

No, salmon quantifiers against a transcriptome. tximport is not computationally-expensive and it is a one-liner basically, takes like seconds to complete the process towards computation time, give it a try :)

ADD REPLY
0
Entering edit mode

Noted, with thanks. :)

ADD REPLY

Login before adding your answer.

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