Hi, I would like to know if it's possible to extract the specific positions of a target sequence that have aligned from BAM or SAM files. In this situation, more than obtaining all genomic coordinates using
bedtools bamtobed
. I would like to identify which positions of the reads have aligned to all genomic coordinates. For example in this picture, it would be chr3:186538693-186538967, ID1:276-550.
If you are blasting your sequences you can export your results in CSV format. There you will have these metrics.
Hi, I'm working with aligments obtained with pbmm2, minimap2 and ngmlr. I would like to obtain similar results to those generated by BLAST. I'm looking for ways to extract the target positions that have aligned.