hi,
I already have the count data for the specified regions for every scaffold in genome. I would like find the region where the reads have been mapped. For an example, lets consider 200 reads were mapped to region 0-700 in scafold_1. Now when we visualize this region in IGV we found between 200 -270, theses 200 reads were dsitributed, I would like to extract this region 200-270 for scafold_1. Likewise I would like to extract regions where where reads have been mapped and peaks have been observed. Let me know if you need more details. kindly guide me
I understand that you have a list of regions in bed format
scaffold_1 0 700and 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 ?