Entering edit mode
11 months ago
Ashish
•
0
Are the results of salmon reliable for gene expression quantification? Because it just gives gene expression in terms of TPM and Number of Reads by just one command taking input as fastq files.
Read the paper and understand the algorithm. This is the first I've see someone judge a tool adversely by the number of commands it takes to get the job done.
I am not judging the tool adversely. Its just that I was a bit skeptical that just by one command i am getting the gene expression and read counts. If you look at other methods like implementing whole RNA Seq pipeline right from alignment to differential expression, it takes two or three tools to get the result which salmon is doing by using just one tool or even just one command.
STAR can get you from FASTQ to GeneCounts in one command, and so can rsem-calculate-expression. You can detour using any tool but the expectation that a multi-step pipeline is somehow better than a single-step tool is ridiculous - the number of steps is no way to measure anything except the number of steps.
Isn't that how tools are supposed to work?