powered by
Remove mutation types that account for a total number of mutations below a defined threshold.
removeWeak(input.mutCounts, params)
numeric matrix of Mutation Counts
object (list) including all parameters required for running the analysis
list including two elements
numeric vector including the ids of the removed rows. If removed.mutset == -1, no rows were removed
filtered Mutation Count matrix
More info at: http://www.biotechworld.it/bioinf/2017/01/22/mutsignatures/
# NOT RUN { tmp <- getTestRunArgs() removeWeak(input.mutCounts = tmp$mutCount.obj$mutCounts, params = tmp$params) # }
Run the code above in your browser using DataLab