I am using QDNAseq to do some CNA analysis (and loving it - thank you!)
I've got a custom dataset and I'm running into an error that I assume is a deprecation one. When I call QDNAseq::callBins() on my data, I get a warning raised repeatedly that
Warning: Recycling array of length 1 in vector-array arithmetic is deprecated. Use c() or as.vector() instead.
Is this a known issue of the package? Or is it possibly something weird in my data?
I've been sent copy number data without calls and I'm trying to use the package to process it without the raw .BAM files so I have been quite well-acquainted with strange warnings.