smoothBin {ChromSCape}R 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


[Package ChromSCape version 1.2.62 Index]