arq5x / lumpy-sv

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

Can I get the copy number information? #375

Closed hayeon-pak closed 2 years ago

hayeon-pak commented 2 years ago

Hello,

I am trying to CNV analysis and going to make CNV plots. So, I used lumpy and was able to get result of DEL, DUP, INV and etc using lumpyexpress and svtyper. But I can't find copy number of DEL and DUP. Can I get the copy number only from the result? or which column is this?

Thank you.

ryanlayer commented 2 years ago

For DEL the copy number is reflected in the genotype 0/1 is one copy loss and 1/1 is two copy loss. For DUP, we do something similar, but it is not as straightforward. I would suggest running CNVnator on your samples to estimate copy number.

On Mon, Feb 14, 2022 at 11:06 PM hayeon-pak @.***> wrote:

Hello,

I am trying to CNV analysis and going to make CNV plots. So, I used lumpy and was able to get result of DEL, DUP and INV... using lumpyexpress and svtyper. But I can't find copy number of DEL and DUP. Can I get the copy number only from the result? or which column is this?

Thank you.

— Reply to this email directly, view it on GitHub https://github.com/arq5x/lumpy-sv/issues/375, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEUGUIRFRVJZARU7HXW3TLU3HUOVANCNFSM5ONQG4MA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

hayeon-pak commented 2 years ago

Thank you for reply :) I will refer to your answer.