Salmon with Sleuth
1
0
Entering edit mode
3.7 years ago
koaeb ▴ 10

Hi,

I used "sleuth_prep(s2c, extra_bootstrap_summary = TRUE) " to create sleuth object, and I got a list contains obs_norm_filt, obs_norm and obs_raw, each of them also contains a tpm value. I searched lots of files online but none explained what's the difference among those data frames, especially what's the differences of the tpm within each dataset? what normalization it used?

Thank you!

RNA-Seq Salmon Sleuth • 1.5k views
ADD COMMENT
2
Entering edit mode
3.7 years ago
dsull ★ 5.8k

obs_norm_filt = Filtered and normalized values; obs_norm = Normalized values; obs_raw = Raw values

The normalization and filtering are described here: https://www.rdocumentation.org/packages/sleuth/versions/0.30.0/topics/sleuth_prep

For the raw TPM values, the sum of all the transcripts within a sample should equal 10^6.

ADD COMMENT
0
Entering edit mode

Hi dsull,

Thank you!

ADD REPLY

Login before adding your answer.

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