clonevol icon indicating copy to clipboard operation
clonevol copied to clipboard

Patients with only one sample

Open logan-leak opened this issue 5 years ago • 2 comments

In the vignette, it says "ClonEvol requires an input data frame consisting of at least a cluster column and one or more variant cellular prevalence columns, each corresponds to a sample." However, when I try to run the functions for a patient with only one sample (so the data frame only has two columns, one for the cluster number and one for the VAF value), I run into errors that appear to be unresolvable.

logan-leak avatar May 21 '20 15:05 logan-leak

Hi @logan-leak,

This is a known issue with ClonEvol. At some point, the implementation of bootstrapping dropped support for single sample analysis. One trick to overcome this is to create two identical samples from a single sample and run ClonEvol, and then use the output of only one sample.

Does this work for your case?

hdng avatar May 21 '20 16:05 hdng

Yes, that works. Thanks!

logan-leak avatar May 21 '20 17:05 logan-leak