Skip to content

How to get a reduced BAM file to visualize breakpoints of a chromosomal inversion? #4660

Answered by cmdcolin
apfuentes asked this question in Q&A
Discussion options

You must be logged in to vote

thanks for the kind words and for attending the BGA talk! I'm glad you followed up.

here are some random ideas

filtering long read BAM files for informative reads

one idea to filter for informative reads is to get all reads that have a signature of being split. one of these tags is the "SA:" tag for long reads. the SA tag indicates "split" or "supplementary" alignments. note that filtering by flag 2048 is not sufficient to get all these reads because it will miss the "primary" alignment of the split

my short guide on this https://cmdcolin.github.io/posts/2022-02-06-sv-sam#what-is-the-sa-tag (<-- that specific section discusses SA a bit, but the whole article has some more of my thoughts o…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by apfuentes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants