I have a Haloplex library prep'd data. I would like to know if anyone can think of a way of counting the occurrence of a particular fragment that is derived from the original library once I've aligned the paired-end reads to the reference genome. I've assumed I can only do this from the aligned bam since the insert size, and hence the original fragment can be inferred his way.
So, an example as follows:
Fragment A drives from genomic position chr12 12345678 - 12345780
How many times does this feature in the aligned bam file?
I dont want to know the read depth across this fragment/insert ( could easily do that with bedtools).
The flip side of this question, is how about generating a frequency of occurrence of all inferred inserts in the aligned file? With genomic aligned coordrs of each inferred insert? Not a lookup this time, just a count of how many exist in the aligned bam file
Thanks
So, an example as follows:
Fragment A drives from genomic position chr12 12345678 - 12345780
How many times does this feature in the aligned bam file?
I dont want to know the read depth across this fragment/insert ( could easily do that with bedtools).
The flip side of this question, is how about generating a frequency of occurrence of all inferred inserts in the aligned file? With genomic aligned coordrs of each inferred insert? Not a lookup this time, just a count of how many exist in the aligned bam file
Thanks
Comment