Skip to content
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

ERROR: No clonal models for sample, if founding.cluster = NULL #36

Open
SoloveyMaria opened this issue Mar 11, 2020 · 1 comment
Open
Labels

Comments

@SoloveyMaria
Copy link

Hi I am trying to run cloneEvol on sciClone results and I get the ERROR: No clonal models for sample, if founding.cluster = NULL. I have looked through the code of the ClonEvol.R file, an dI guess the problem might be that in the line 2211 of the file, founding.cluster is set from NULL to character(0) by founding.cluster = as.character(founding.cluster). It is then passed (as character(0) value) to the enumerate.clones function in the line 2292, which then corrupts the if(is.null(founding.cluster)) closure in line 350, which should be setting the cluster with the highest vaf as founding cluster.

@hdng
Copy link
Owner

hdng commented May 21, 2020

Thanks for reporting the issue. I will note this as a bug.

@hdng hdng added the bug label May 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants