slidingWindows-Vplots-method: slidingWindows

slidingWindows,Vplots-methodR Documentation

slidingWindows

Description

Get the sliding V-plots

Usage

## S4 method for signature 'Vplots'
slidingWindows(x, width = 640L, step = 20L, batch_size = 4096L)

Arguments

x

a Vplots object

width

The width of the sliding window (default: 640L)

step

The step for each sliding window (default: 20L)

batch_size

The batch size of extraction operation (default: 4096L)

Value

a new Vplot object which window_size is the specified width. The rowData and colData in the input Vplots object will be missing in the new Vplot object.


gongx030/seatac documentation built on April 15, 2023, 5:53 a.m.