smoothBin {ChromSCape} | R Documentation |
Smooth a vector of values with nb_bins left and righ values
smoothBin(bin_score, nb_bins = 10)
bin_score |
A numeric vector of values to be smoothed |
nb_bins |
Number of values to take left and right @importFrom BiocParallel bpvec |
A smooth vector of the same size