weight_rollmean: Expressional smoothing along a chromosome using a weighted...

View source: R/prep.R

weight_rollmeanR Documentation

Expressional smoothing along a chromosome using a weighted pyramidal moving average

Description

Take in a data.table of genomic positions and bead normalized/modified counts and apply pyramidal weighting with a window size k to create smoothed expression intensities

Usage

weight_rollmean(dat, k = 101)

Arguments

dat

data.table of normalized/adjusted counts

k

size of window for weighting

Value

A data.table of expression intensities


dkzhang777/SlideCNA documentation built on Jan. 25, 2025, 5:53 p.m.