View source: R/sliding-windows-rna.R
right_to_left_sliding_window_rna | R Documentation |
Applies a function to window that can slide across a timeseries from right to left i.e., from a read's end to its begining. Acknowledgment: evobiR tool
right_to_left_sliding_window_rna(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.