-
Notifications
You must be signed in to change notification settings - Fork 10
Phasing somatic SNP/INDEL/SV/5mc #92
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 r 8000 elated emails.
Already on GitHub? Sign in to your account
Comments
For including 5mC, assuming you are interested in tumors, you should run modcall on tumor.bam to generated mod vcf (e.g., tumor.mod.vcf).
We don't know why you merge |
Hi ythuang0522,
Because I want to phase somatic variants, so I used germline.vcf and somatic.vcf as the input of Longphase.
|
If you are interested in the haplotype background of somatic and adjacent germline variants, this is an adequate solution at this moment. The downside is the phasing blocks (range) are much smaller in the tumor.bam than the ordinary phaing in the normal.bam due to tumor heterogenity, complex SVs, .... We have developed a new solution for somatic/clonal phasing and tagging in tumor/normal paired samples. We shall release a major update of this feature once all the tests have been completed. |
Many thanks! |
Hi,
Thanks for developing this nice tool.
I have called somatic
SNP/indel/SV/5mc
, then I want to phase somatic SNP/indel/SV/5mc. I also called germline SNP variants by Clair3, and then how to use SNP, SV and modification co-phasing? Should I call germline SV varaints(using normal or tumor)? Could you give some detail ideas?Below is my script for phasing somatic SNP/INDEL and haplotagging bam file. How can I modify this script to get SNP, SV and modification co-phasing?
Best regrads.
The text was updated successfully, but these errors were encountered: