Hi,
I have BAM
file generated from RNAseq
data and list of interesting regions for every scafold in genome. Now I would like to find the regions where peaks(based on width and depth) observed within the specified genomic regions. How could one can achieve it.
Thanks in advance
I understand that you have a list of regions in bed format
scaffold_1 0 700
and the number of reads mapped to that region. Now you would like to filter regions based on the depth ? Is that correct ? Can you show few lines of data you have and what you would like to filter ?