smooth_by_chromosome: smooth_by_chromosome()
Description
Smooth expression values for each cell across each chromosome by using a
moving average with a window of specified length.
Usage
smooth_by_chromosome(infercnv_obj, window_length, smooth_ends = TRUE)
Arguments
window_length
length of window (number of genes) for the moving average
smooth_ends
perform smoothing at the ends of the chromosomes (default: TRUE)