Hi, I am a colleague of @anlo328 and was using lazac, where I encountered two issues that I explain below.
Background
I was using lazac to retrieve ancestral profiles for 16 cells. The output contains the original profiles and additional profiles root, internal_0, ..., internal_11.
The Issue
In the outputfile ..._cn_profile.csv
- there were negative copy numbers in the internal nodes and the root
- the names
internal_3 and internal_4 appeared twice each (with different profiles). Also they appeared twice each in the newick tree at different positions.
To my limited understanding,1. is not necessarily a problem of the implementation but it could just be that a negative-CN internal node produces the optimal solution for the ZCNT problem. As a (uninformed) suggestion, maybe it could be possible to introduce a "reality condition" to the candidate trees, so that trees with negative copy numbers are not even proposed?
The 2nd problem seems to simply be a mislabeling in the production of the profiles.
Reproducing this Issue
Because I'm using unpublished data from collaborators, I unfortunately cannot post them here. Maybe my explanations above are already enough to understand the issues, if not, I will try to get permission to post only one chromosome or something like that.
Thanks a lot in advance!
Hi, I am a colleague of @anlo328 and was using
lazac, where I encountered two issues that I explain below.Background
I was using lazac to retrieve ancestral profiles for 16 cells. The output contains the original profiles and additional profiles
root,internal_0, ...,internal_11.The Issue
In the outputfile
..._cn_profile.csvinternal_3andinternal_4appeared twice each (with different profiles). Also they appeared twice each in the newick tree at different positions.To my limited understanding,1. is not necessarily a problem of the implementation but it could just be that a negative-CN internal node produces the optimal solution for the ZCNT problem. As a (uninformed) suggestion, maybe it could be possible to introduce a "reality condition" to the candidate trees, so that trees with negative copy numbers are not even proposed?
The 2nd problem seems to simply be a mislabeling in the production of the profiles.
Reproducing this Issue
Because I'm using unpublished data from collaborators, I unfortunately cannot post them here. Maybe my explanations above are already enough to understand the issues, if not, I will try to get permission to post only one chromosome or something like that.
Thanks a lot in advance!