hartwigmedical / hmftools

Various algorithms for analysing genomics data
GNU General Public License v3.0
189 stars 58 forks source link

PURPLE: alternate copy number solutions #459

Closed felixbeaudry closed 1 year ago

felixbeaudry commented 1 year ago

Hi,

Great software suite! Switching to PURPLE has made it much easier for us to call copy number variants.

I was wondering if it is possible to extract the copy number profiles for alternate purity/ploidy solutions, for when a secondary solution is close enough to the primary solution that it is worth considering/evaluating. I anticipate the segments themselves won't change, but the copy numbers might, and I'd like to have these for alternate solutions - is there a tool, command parameter or file I should look at?

Thank you, Felix

p-priestley commented 1 year ago

Felix - please take a look here: https://github.com/hartwigmedical/hmftools/tree/master/purple#optional-fitting-arguments

You can set a minPurity/maxPurity and/or minPloidy/maxPloidy to force the fit to the one you want tocheck.

felixbeaudry commented 1 year ago

terrific, thank you!