-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sizes of successful CNVs - smaller than expected #166
Comments
Hi Richard, Sorry to hear you're having trouble - that does look strange. Could you try exchanging "DEL" for "BIGDEL" in the mutation input file and let me know how you go? |
Thanks @adamewing,
For the set of 5k events it does seem to fire up ok, but appears to fail when trying to insert the variants:
For the events that are 6Kb-9Kb, they are still running. Hopefully at the end of the day I'll see if the BIGDEL parameter helped with those. |
OK, thanks for the analysis. The sizes come from the truth VCF, right? The intended behaviour is for addsv to switch to the "bigdel" method automatically when the input target is > 5kbp. Still unclear why you're hitting a limit, will investigate. |
Yes, the SV sizes i am pulling out are coming from the SVLEN tag in the created VCF files. |
Hi there,
I have been using bamsurgeon to simulate germline copy number changes. I am inserting deletions and duplications from size ranges of 100bp to 10Mb.
One of my target sizes is 5Kb and when I went to check how many of my target variants were successfully integrated I found that most of those that were successful were smaller than the desired event, usually resulting in a deletion of 1kb to 3kb.
This led me to do a test across a range of sizes to see if there was a size "hump" I needed to get over.
I created lists of ~100 homozygous deletions at each target size of 1000,2000....10Kb and tested to see what the size distribution of the successfully integrated variants would be.
Here are some example lines of the variants I am attempting to integrate for the 8Kb tests.
It looks like there is a limit in this range capping the sizes of target events around 2800bp. Is there a way to get around this?
thanks,
Richard
The text was updated successfully, but these errors were encountered: