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
This issue pertains to merge_salmon_quant/1.10.2/merge_salmon_quant.R. Based on the vignette for tximport and this publication, incorporating average transcript lengths into count normalization can be helpful. DESeq2 does this automatically, but edgeR and limma do not. When limma is the downstream differential expression analysis tool, a list imported with tximport needs to have counts derived from length-scaled TPMs in order to take advantage of average transcript length in the normalization. An additional code snippet should be added to the R script to generate counts that already have average transcript lengths accounted for. This is done when processing Salmon files to produce gene counts:
Overview
This issue pertains to
merge_salmon_quant/1.10.2/merge_salmon_quant.R
. Based on the vignette fortximport
and this publication, incorporating average transcript lengths into count normalization can be helpful.DESeq2
does this automatically, butedgeR
andlimma
do not. Whenlimma
is the downstream differential expression analysis tool, a list imported withtximport
needs to have counts derived from length-scaled TPMs in order to take advantage of average transcript length in the normalization. An additional code snippet should be added to the R script to generate counts that already have average transcript lengths accounted for. This is done when processing Salmon files to produce gene counts:The text was updated successfully, but these errors were encountered: