rowSmooth: smooth each row of matrix

Description Usage Arguments Value

View source: R/utils.R

Description

smooth each row of matrix

Usage

1
rowSmooth(mat, n = NULL, proportion = 0.2, do.scale = F)

Arguments

mat

matrix

n

smooth over n columns

proportion

smooth over proportion*ncol(mat)

do.scale

scale mat after being smoothed

Value

matrix


zzwch/convgene documentation built on July 11, 2021, 9:41 a.m.