clonevol icon indicating copy to clipboard operation
clonevol copied to clipboard

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

Open SoloveyMaria opened this issue 5 years ago • 1 comments

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.

SoloveyMaria avatar Mar 11 '20 13:03 SoloveyMaria

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

hdng avatar May 21 '20 16:05 hdng