FunGeST / Palimpsest

An R package for studying mutational signatures and structural variant signatures along clonal evolution in cancer.
69 stars 19 forks source link

Problem about deconvolution_fit_SV()? #61

Open edceeyuchen opened 2 years ago

edceeyuchen commented 2 years ago

Here is my error: Error in solve.default(CtC) : system is computationally singular: reciprocal condition number = 1.4343e-22 And this is my code: SVsignatures_exp <- deconvolution_fit_SV(vcf = SV.vcf, input_data = SV_input$mut_props, input_signatures = SV_denovo_sigs, sig_cols = SV_cols, threshold = 6, plot = TRUE, resdir = resdir) It's bother me ! Expecting a reply!