arq5x / lumpy-sv

lumpy: a general probabilistic framework for structural variant discovery
MIT License
307 stars 119 forks source link

Is <INV> the inversions I needed in output VCF file? #313

Open Yiguan opened 4 years ago

Yiguan commented 4 years ago

Hi:

I am using lumpy to investigate inversion in pool-seq pair-end data, and I want to have inversion regions. After running lumpyexpress , I got an VCF output file. Are the positions breaking points in the vcf files? For example:

grep "<INV>" CWL21_1.fq.gz.vcf | awk '{split($8,aa,";");print $1,$2,aa[3],aa[4]}'

# output
ScA8VGg_76 1008001 SVLEN=168532 END=1176533
ScA8VGg_76 1402700 SVLEN=80 END=1402780
ScA8VGg_76 2391413 SVLEN=87 END=2391500
ScA8VGg_76 3066040 SVLEN=311 END=3066351

Does that mean I have four inversions on ScA8VGg_76? The first inversion starts from 1008001 and ends at 1176533?

Thanks!

ryanlayer commented 4 years ago

Seems so. Check the strands on these calls, you should have a mix of -- and ++ paired-end reads.

On Wed, Sep 4, 2019 at 11:11 PM Yiguan notifications@github.com wrote:

Hi:

I am using lumpy to investigate inversion in pool-seq pair-end data, and I want to have inversion regions. After running lumpyexpress , I got an VCF output file. Are the positions breaking points in the vcf files? For example:

grep "" CWL21_1.fq.gz.vcf | awk '{split($8,aa,";");print $1,$2,aa[3],aa[4]}'

output

ScA8VGg_76 1008001 SVLEN=168532 END=1176533 ScA8VGg_76 1402700 SVLEN=80 END=1402780 ScA8VGg_76 2391413 SVLEN=87 END=2391500 ScA8VGg_76 3066040 SVLEN=311 END=3066351

Does that mean I have four inversions on ScA8VGg_76? The first inversion starts from 1008001 and ends at 1176533?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arq5x/lumpy-sv/issues/313?email_source=notifications&email_token=AAEUGUOTBLGQVR4F4TJRPGLQICIHVA5CNFSM4ITZMV6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HJNUXMQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEUGUMHLGT3HNGYBZQ7CLLQICIHVANCNFSM4ITZMV6A .