naive question, but do not find a clear answer to solve this,
downloaded a raw count file from geo, which looks like this,
gene unstranded fwd rev
ENSMUSG00000102693 0 0 0
ENSMUSG00000064842 0 0 0
ENSMUSG00000051951 63 38 25
How could I use this file to generate the count table? or I can just simply use the count of the unstranded?
Thanks
just to add to the confusion, if the data were paired-end, then the two counts would also be very close regardless of whether the sequencing was stranded or not
True. I forgot, because my lab doesn't do paired end for gene counting. If you had a bam you could sort that out, but if you don't you have to just go with unstranded counts.
My data has both the sum and 'either one' like you explained. Then what collumn should I take? :)