powered by
Extract mutational signatures after the input Data and the input parameters have been checked and validated
extractSignatures(mutCountMatrix, params, verbose = TRUE)
numeric matrix of mutation counts
object (list) including all parameters for performing the analysis
logic, if TRUE the progress of the analysis will be printed to screen
list including the following elements
extracted signatures
extracted effects
fitted values
residuals
More info at: http://www.biotechworld.it/bioinf/2017/01/22/mutsignatures/
# NOT RUN { tmp <- getTestRunArgs() extractSignatures(mutCountMatrix = tmp$mutCount.obj$mutCounts[1:10,1:3], params = tmp$params) # }
Run the code above in your browser using DataLab