clonevol icon indicating copy to clipboard operation
clonevol copied to clipboard

cancer.initiation.model parameter in infer.clonal.models()

Open LucasLiu20200131 opened this issue 4 years ago • 1 comments

Hi, thanks for the wonderful tool you developed! Can you help me deal with a issue? while I was using your example data from aml1$variants and the code you provided in the manual, everything was fine except infer.clonal.models(), I set the "cancer.initiation.model" parameter to "polyclonal", and then an error occurred as follow:

Finding consensus models across samples... Found 1 consensus model(s) Generating consensus clonal evolution trees across samples... Found 1 consensus model(s) Scoring models... Error in $<-.data.frame(*tmp*, "clone.ccf.combined.p", value = c(0, : replacement has 6 rows, data has 5

I will be really appreciated if you can help me, thanks again!

LucasLiu20200131 avatar Jan 24 '21 09:01 LucasLiu20200131

polyclonal model need another color for clone 0. That means if you have 5 clone , asign 6 colors.

FreyaVan avatar Jul 30 '21 03:07 FreyaVan