How does salmon uses polyester?
1
0
Entering edit mode
11 months ago
shinyjj ▴ 50

Hi Salmon users or developers! In salmon paper, to evaluate the ground truth, it uses RSEM to a certain data and uses polyester to the output of RSEM.

  1. Why use polyester on the output of RSEM?

  2. In salmon github repo, can somebody direct me to the script that uses polyester with all its different parameter? Polyetser is a R package but I don’t see any R in salmon github repo. I want to see how salmon uses polyester.

salmon • 755 views
ADD COMMENT
1
Entering edit mode
11 months ago
Rob 6.5k

Polyester is a read simulator, not a quantification or analysis tool. In the salmon paper, what was done was to take experimental (i.e. real) RNA-seq samples, and to quantify them with RSEM. Then, the abundances learned by RSEM were used to seed Polyester to produce simulated data. Those simulated data then have known ground truth. From this, it is possible to assess the quantification accuracy on simulated data using different quantification methods.

If you're interested in simulating data using Polyester, the Polyester package itself has some nice documentation. You can also find, in this repo, made by Mike Love, scripts for simulating data using Polyester that was used in this paper.

However, to be clear, in a standard run of salmon (e.g. when you are quantifying transcript abundance in new samples), Polyester is not used at all and is not part of the typical salmon-based quantification pipeline.

ADD COMMENT
0
Entering edit mode

Thanks Rob! One question is I don’t see hexamer bias in the code or polyester documentation or maybe I missed something? When you were using polyester, do you recall adding hexamer bias, if not, how much hexamer bias is crucial in rna seq data? To me hexamer bias is affected by gc bias, so if you already have gc bias setup in polyester, it’s ok.

ADD REPLY
0
Entering edit mode

In alpine and Salmon papers we only simulated the fragment GC bias. We isolated the fragment GC bias from the hexamer bias using alpine, as mentioned here:

Note that the GC content curves used in the simulation (Fig. 2e) were estimated after removing the read start bias using the Cufflinks VLMM, and so the fragment sequence effect observed is not a proxy for read start bias.

https://www.nature.com/articles/nbt.3682#Sec2

I don't think Polyester has functionality for hexamer / read start bias, but in our analyses in the alpine paper, this was not a contributing factor to across-sample variation in the studies we looked at, including the IVT-seq, GEUVADIS, ABRF, or SEQC. The driving factor that lead to mis-estimation of isoform abundance (e.g. the cases of mis-identification of dominant isoform) was driven by fragment-level biases arising most likely from PCR amplification steps varying across library preparation batches.

ADD REPLY

Login before adding your answer.

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