Oh is this the case?
I ran htseq-count like this:
htseq-count -f bam A.bam B.bam C.bam Mus_musculus.GRCm39.104.gtf >counts.txt
And the output looks fine:
ENSMUSG00000000001 3 2 0
ENSMUSG00000000003 0 0 0
ENSMUSG00000000028 0 0 0
ENSMUSG00000000031 30 23 10
ENSMUSG00000000037 0 0 0
ENSMUSG00000000049 9 6 1
Now I'm wondering if the program worked as intended. I will run the program individually and check if there is any difference.
Edit: Just ran the first sample all by itself, same values were generated.
Sorry, last sentence is wrong.
This is correct.
How do many people do normalization or correction between samples ?
You can edit your post and correct that sentence.
You have to run it separately for each sample. One you get the counts you can use R to create a unique matrix as
Hope this help!