caravagnalab/nextflow_modules

SigProfiler Module

Closed this issue · 1 comments

The mutational signature deconvolution sub-workflow should have a SigProfileR process.

Please develop a python script that implements a best-practice routine of signature deconvolution.

The input Channel should take a text file produced from the CNAqc subwork-flow strarting from a multisample CNAqc object.

From this input a tri-nucleotide count matrix should be computed (python implementation of SparseSignatures::import.trinucleotides.counts() R function) and passed to the SigProfileR analysis routine.

  • Default parametrisation
  • Updated singularity image
  • Correct parsing of input K range
  • Test run