View source: R/sliding-windows-dna.R
| left_to_right_sliding_window_dna | R Documentation | 
Applies a function to window that can slide across a timeseries from left to right, i.e. from a read's beginning to it end. Acknowledgment: evobiR tool
left_to_right_sliding_window_dna(FUN, data, window_size, step_size)
| FUN | Function to apply to each window's data | 
| data | Timeseries data to which to apply the sliding window | 
| window_size | Size of the window | 
| step_size | Step-size of the sliding window | 
A signal that has been smoothed using the sliding window.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.