lumpy-sv icon indicating copy to clipboard operation
lumpy-sv copied to clipboard

Lumpy applicability

Open anleopa opened this issue 3 years ago • 3 comments

Hi, I would like to know if lumpy can be also used to call germline and short variants, or its use for such situations is not recommended.

anleopa avatar Dec 14 '21 16:12 anleopa

Germline, for sure. But how short are you interested in?

On Tue, Dec 14, 2021 at 9:05 AM anleopa @.***> wrote:

Hi, I would like to know if lumpy can be also used to call germline and short variants, or its use for such situations is not recommended.

— 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/372, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEUGUKYR6EQO3QQZBOG2PDUQ5TN7ANCNFSM5KBJE2ZA . 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.

ryanlayer avatar Dec 14 '21 16:12 ryanlayer

I was thinking about SNPs and small indels

anleopa avatar Dec 14 '21 21:12 anleopa

@anleopa I have used lumpy to good effect for structural variation detection in paired-end sequencing data, where the break points create split or discordant reads. Manta is also a good tool for this (https://github.com/Illumina/manta).

Manta does not include read depth, so will miss copy number variants that are mediated by non-allelic homologous recombination. For those you want a segmentation algorithm that accounts for read depth.

You can combine the results from multiple copy number and structural variant algorithms and genotype them with an algorithm like SV2 (https://github.com/dantaki/SV2)

For SNPs and indels, deep variant is becoming the gold standard (https://github.com/google/deepvariant), consider also freebayes and gatk

williambrandler avatar Mar 02 '22 17:03 williambrandler