Bug in the analyze_peaks function (not recognizing matching_epsilon = NULL
)
#30
Labels
bug
Something isn't working
matching_epsilon = NULL
)
#30
I am trying to run the example data analysis reported in the documentation. After having created the CNAqc object with all the samples downloaded as indicated, I run the function
analyze_peaks
, as follows (CNAqc_samples
is just a list of CNAqc objects):My R console enters in debug mode, reporting issue at the row 129 of the
analyze_peaks
function:Although
matching_epsilon = NULL
by default.I can make the code move on and execute the analysis anyway until the next breakpoint (which occurs when the function will be run on the next sample), but I don't understand why
matching_epsilon
is recognised as not NULL even if it should be by default. I have also tried to explicity define it as NULL when calling the function, but the issue occurred anyway.The text was updated successfully, but these errors were encountered: