-
Notifications
You must be signed in to change notification settings - Fork 32
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
Interpretation of results and integration with SNVs #31
Comments
Thank you for your interest in HATCHet and I would be happy to help with your questions related to SNV analysis. Using the resulting segmentation, you can get the allele- and clone-specific copy numbers for an SNV Also, nearly all existing methods for computing CCFs and/or clustering SNVs do not use clone-specific information about copy numbers in input, but only the total proportion of the different allele-specific copy numbers. Thus, considering the following example for the copy numbers of a segment with a specific SNV:
Then you can conclude that the SNV is in a segment with copy numbers Moreover, we would like to inform you that we are about to release soon a new method called DeCiFer which clusters SNVs and infers related CCFs, and it should be easy to integrate with HATCHet; differently then other methods, DeCiFer can properly deal with subclonal CNAs. Please do let us know if you have any further question. |
Thanks for your response and looking forward to trying out DeCiFer! I was looking into your script: https://github.com/raphael-group/hatchet-paper/blob/master/analysis/explainMutationsCCF.py |
If you would like to simply cluster the SNVs based on the CCFs computed by the explained-mutation analysis, I would recommend to consider using PyClone in the alternative mode, i.e. the mode in which the user can directly provide CCFs and let PyClone cluster those. Unfortunately, I do not think that obtaining the adjusted VAF as CCF/2 is an appropriate approach with CNAs since the adjustment would depends on the number of mutated copies (copies of a segment with the SNV can be different than 1 for example when the SNV is occurring on an allele which is subsequently amplified). I am closing the issue for now but please feel free to let us know if you have any other question or you would like to have further details about the above. |
Hi again, I successfully ran your tool on WGS data from patient with two tumour samples from two distinct spatial regions. My full data set contains 20 samples for this patient but for now I am just testing the tool on two samples. I have been reading your manuscript in more detail and am interested in the integration with VAFs from SNVs. I would like to try and merge the results from hatchet with my mutations so that I can run them through Pyclone for example.
I was wondering if you can please suggest the correct way to do this. In the results file 'best.seg.ucn', I see for each segment in the genome, the major and minor allele copy number status for each clone along with the abundance of each clone in a given sample. I am just having a bit of a hard time wrapping my head around how to correctly match a given SNV in my data with the appropriate clone results.
Thank you in advance!
Karin
The text was updated successfully, but these errors were encountered: