Dear community,
I am using this nextflow in order to produce count matrices from Smart-Seq data to analyze it further in Seurat. I went through documentations (Salmon/Nextflow) but couldn't really find what I wanted, so I give a try here.
First, I didn't really find a pipeline from SmartSeq to Seurat, if you know one with critical parameters to look at, I would appreciate. Second, I have hard time figuring out what are the outputs of traditionnal Star - Salmon, I mean how they are produced. I end with 3 files for Salmon quantifications (salmon.merged.gene_counts
, salmon.merged.gene_counts_length_scaled
and salmon.merged.gene_counts_scaled
).
What are they, how were they produced? I currently use the first one since it does not seem like normalized, but I do have digits in gene_counts
and I just want to know why (I guess it's about the quantification method?) and wonder if it's correct to use it that way.
Should I use the length_scaled
one? What are differences between length_scaled
and scaled
?
Thanks in advance for your time