mcmero / SVclone

A computational method for inferring the cancer cell fraction of tumour structural variation from whole-genome sequencing data.
BSD 3-Clause "New" or "Revised" License
40 stars 10 forks source link

Pyclone Input #10

Closed mkinnaman closed 4 years ago

mkinnaman commented 4 years ago

Hi Team,

I was thinking about how to call clusters across multiple samples and wanted to get your thoughts on using the ccube_sv_input file that is generated and converting it to a pyclone input. I was thinking you could average the reads/depth over the two breakpoints but not sure how to approach sv's with different copy number calls at the two breakpoints. Could limit analysis to SV's which have the same CN calls but would lose a lot of SVs that way.

I appreciate your thoughts.

Thanks, Michael

mcmero commented 4 years ago

Hi Michael,

Although there's no ideal solution I can think of, here's are a few options you can try:

Whichever option works the best will likely depend on your individual data set and experiment.

Cheers, Marek

mkinnaman commented 4 years ago

Thanks for the insight - very helpful!