-
Notifications
You must be signed in to change notification settings - Fork 0
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
🧬 Lancet padding vaf #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just a small doc clarification
@@ -21,6 +21,14 @@ Each VCF file run at every padding/window length was used to run consensus(sam | |||
- `results/all_samples_consensus_comparisons` - This file has variant numbers and also annotations/locations of where the missing variants are | |||
- `results/var_comparison.pn` | |||
|
|||
3. Comparing variant allele frequencies | |||
|
|||
Variant allele frequencies between different padding values is compared using lancet VCF files. Variant allele frequencies are calculated from the VCF files using (alt allele DP/total DP from tumor sample). Violin plots below show that the VAF do not vary between different padding lengths except for 75-100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"padding and window size combinations"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! resolved in the commit below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for making the change
Added variant allele frequencies plots and updated README for lancet padding analysis
Result plot -
results/variant_allele_frequencies.png
Code updated -
VAF_plots.ipynb
Ticket here