fastCNV 2.0.0
Major Improvements
Performance Optimization
- Vectorized CNV classification algorithm (O(n) complexity)
- Optimized sliding window computation with efficient matrix operations
- Improved memory management with strategic garbage collection
Code Quality
- Consistent use of
TRUE/FALSEinstead ofT/F - Replaced
1:length()withseq_along()for safer iteration - Fixed column reference in
regionToForceparameter handling
