-
Notifications
You must be signed in to change notification settings - Fork 55
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
Missing cnv's in cnv_data.txt #134
Comments
May I ask how did you run parse_cnvs.py? did you have Battenberg cnvs? Did you do any specific filtering before running parse_cnvs.py on your CNV data?
Wonder if you run it in a different way? I appreciate your answer |
I noticed that on lines 409-423 the CNVs are separated into two types. I noticed that the ones in the in the else block are being included in the cnv_data.txt. But I still don't understand what's happening to the other ones. Are they being treated like SNVs? |
I also took a closer look at my cnv_data.txt file, it seems like many of the missing cnvs are present under row c0 and column physical_cnvs. However none of the other rows have multiple cnvs associated with them. |
I found that if i change line 726 from return None to continue, the missing CNVs are now showing up. phylowgs/parser/create_phylowgs_inputs.py Lines 711 to 726 in 2205be1
|
I have been having an issue where the number of cnvs that are present in cnv_data.txt are much smaller than the number created by parse_cnvs.py
When I run parse_cnv.py on my tumor sample I get approximately 534 lines with many regions that have nondiploid copy numbers.
biopsy_cnvs.txt
After running create_phylowgs_inputs.py (command below). I get only 16 variants in my final file
cnvs_data.txt
What happened to the other copy number variants?
The text was updated successfully, but these errors were encountered: