You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
salmon_tximport.r script produces three files with TPM values at gene-level:
salmon.merged.gene_tpm.tsv: stores the raw abundances produced by salmon at transcript level and summarized at gene level.
salmon.merged.gene_tpm_scaled.tsv: stores the same abundances as in salmon.merged.gene_tpm.tsv but normalized by library size.
salmon.merged.gene_tpm_length_scaled.tsv: stores the same abundances as in salmon.merged.gene_tpm.tsv but normalized by library size AND average transcript length.
As far as I understand, these three files should provide different values, but they are all identical.
jacorvar
changed the title
all salmon.merged.gene_tpm* contain the same exact values
all salmon.merged.gene_tpm* files contain the same exact values
Jul 14, 2022
jacorvar
changed the title
all salmon.merged.gene_tpm* files contain the same exact values
all salmon.merged.gene_tpm*.tsv files contain the same exact values
Jul 14, 2022
tximport doesn’t modify abundances. So when you write out those matrices (as far as tximport is concerned) they would be unchanged from Salmon TPM column.
Description of the bug
salmon_tximport.r
script produces three files with TPM values at gene-level:salmon.merged.gene_tpm.tsv
: stores the raw abundances produced by salmon at transcript level and summarized at gene level.salmon.merged.gene_tpm_scaled.tsv
: stores the same abundances as insalmon.merged.gene_tpm.tsv
but normalized by library size.salmon.merged.gene_tpm_length_scaled.tsv
: stores the same abundances as insalmon.merged.gene_tpm.tsv
but normalized by library size AND average transcript length.As far as I understand, these three files should provide different values, but they are all identical.
When looking at the
salmon.merged.gene_counts*.tsv
files, the values are different though:Therefore, either I misunderstand what salmon does (most likely) or there is a bug.
Command used and terminal output
Relevant files
No response
System information
22.04.3
3.8.1
The text was updated successfully, but these errors were encountered: