Create an object (list) including all parameters required for running the mutSignatures framework
setMutClusterParams(num.processes.toextract = 2, tot.iterations = 4,
tot.cores = 5, remove.weak.muttypes = 0.01,
remove.last.percent = 0.07, process.distance = "cosine",
tot.Replicates = 100, eps = 2.2204e-16,
stopconv = 10000, niter = 1e+06)
number of signatures to extract
number of iterations per core
number of cores to use for the analysis
threshold for filtering out under-represented mutation types
threshold for removing outlier iteration results
method for calculating distances. Default method is 'cosine'
number of replicates while checking stability
close-to-zero numeric value for replacing zeros and preventing negative values in the matrix
number of non-changing iterations before stopping NMF
total number of terations for NMF
Object (list) including all parameters for running the analysis
More info at: http://www.biotechworld.it/bioinf/2017/01/22/mutsignatures/
# NOT RUN {
setMutClusterParams()
# }
Run the code above in your browser using DataLab