We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327fb93 commit ccb3e2eCopy full SHA for ccb3e2e
SigProfilerAssignment/decomposition.py
@@ -24,6 +24,7 @@
24
SigProfilerMatrixGeneratorFunc as datadump,
25
)
26
from SigProfilerMatrixGenerator.scripts import CNVMatrixGenerator as scna
27
+from sigProfilerPlotting import sigProfilerPlotting as sigPlot
28
import sigProfilerPlotting
29
import os, sys
30
from PyPDF2 import PdfMerger
@@ -302,6 +303,9 @@ def spa_analyze(
302
303
mutation_type = str(genomes.shape[0])
304
m = mutation_type
305
306
+ # Re-indexing the input matrix file by using process_input function from SigProfilePlotting
307
+ genomes = sigPlot.process_input(genomes, m)
308
+
309
m_for_subgroups = ""
310
if m == "96" or m == "288" or m == "1536":
311
m_for_subgroups = "SBS"
0 commit comments