If I map a bed (annotation) file onto a Strand non-specific bam file (RNA-Seq), how is it going to know the strand? I changed the strand column of bed file as in two rows with same info and different strand. But, I got the same read count for 2 rows! which means it is not looking into the strand column to check the strand. Can anyone explain how does it work then.
What exactly are you trying to do?
I want to know how strand non-specific bam file is mapped.
You should read about the flags used in bam files. I think you're thinking about it backwards though, you're mapping the reads from your bam file onto a bed file and not vice versa.
Oh yes. I want to know how bam file is mapped on annotation file in this case when strand is not specified.