powered by
Perform Non-negative Matrix Factorization
do.nmf(v, r, params, verbose = TRUE)
numeric matrix of Mutation Type Counts
numeric, number of signatures to extract
object (list) including all paramaters for running the analysis
logic, TRUE for printing information abouut the progress of the analysis
list including two elements.
extracted signatures
contribution of each signature in all the samples of the input mut count matrix
More info at: http://www.biotechworld.it/bioinf/2017/01/22/mutsignatures/
# NOT RUN { tmp <- getTestRunArgs(3) do.nmf(v = tmp$v, r = tmp$r, params = tmp$params) # }
Run the code above in your browser using DataLab