Find deleted regions from WGS data/ IGV viewer?
1
0
Entering edit mode
5.1 years ago

This might be a naive question, but is there a way to determine which regions of the genome didn't get any reads from WGS data? I'm working S. cerevisiae data and instead of going to each locus and manually checking each delete (ie. ura3∆ his3∆), is there a simpler solution? Thanks!

next-gen Assembly • 816 views
ADD COMMENT
2
Entering edit mode
5.1 years ago
samtools depth -aa in.bam | awk '($3==0)'
ADD COMMENT
0
Entering edit mode

Works great, thanks a lot!

ADD REPLY
0
Entering edit mode

If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.

Upvote|Bookmark|Accept

ADD REPLY

Login before adding your answer.

Traffic: 1873 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6