Learn R Programming

mutSignatures (version 1.2)

filterOutIterations: Remove Iterations that Generated Outlier Results

Description

Core function called from within a deconvoluteMutCounts() call

Usage

filterOutIterations(wall, hall, cnt.errors, cnt.reconstructed, params)

Arguments

wall

numeric matrix combining w results from all iterations

hall

numeric matrix combining h results from all iterations

cnt.errors

numeric matrix combining all residuals from all iterations

cnt.reconstructed

numeric matrix combining fitted values from all iterations

params

object (list) including alll parameters for running the analysis

Value

list including all data required for running the subsequent stability check

References

More info at: http://www.biotechworld.it/bioinf/2017/01/22/mutsignatures/

Examples

Run this code
# NOT RUN {
# No examples are provided for this function
message("no examples")
# }

Run the code above in your browser using DataLab