Merge CNVnator and Lumpy to find out copy number variants
1
1
Entering edit mode
5.4 years ago
Mbillah ▴ 140

My aim is to find out copy number variants. I knew that CNVnator is enough to find out CNV. Recently I read a post from GitHub. Where they merge CNVnator and lumpy pipeline. Post link: Can anyone explain please? Thank you

CNVs SVs • 2.6k views
ADD COMMENT
1
Entering edit mode
5.0 years ago
Mant ▴ 10

This is the script to integrate CNVnator results information into Lumpy caller. At the beginning it just uses CNVnator to obtain its results, then creates the files with these info in "Lumpy-friendly" files, removes "chr" in the calls (if there is such string), sorts them and at the end calls lumpy to work on its usual files (bam, discordants and splitters) and the newly created lumpy-readable CNVnator calls.

For more info on lumpy read here: https://github.com/arq5x/lumpy-sv/blob/master/README.md

I'm trying to figure out how to choose the right -b flag in cnvanator_to_bedpes.py, which is "The total size of the resulting breakpoint centered on the call edge"...

ADD COMMENT
0
Entering edit mode

Do you know what format the genome file size should be for bedpe_sort.py? I tried using the reference file in fasta format and it returned a blank file.

ADD REPLY

Login before adding your answer.

Traffic: 2619 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