smoothBin: Smooth a vector of values with nb_bins left and righ values

View source: R/coverage.R

smoothBinR Documentation

Smooth a vector of values with nb_bins left and righ values

Description

Smooth a vector of values with nb_bins left and righ values

Usage

smoothBin(bin_score, nb_bins = 10)

Arguments

bin_score

A numeric vector of values to be smoothed

nb_bins

Number of values to take left and right

@importFrom BiocParallel bpvec

Value

A smooth vector of the same size


vallotlab/ChromSCape documentation built on Oct. 15, 2023, 1:47 p.m.