scale_rows: scale_rows

scale_rowsR Documentation

scale_rows

Description

Normalize (z-score) rows of a matrix

Usage

scale_rows(x)

Arguments

x

a matrix, possibly containing gene by samples

Value

Row-normalized matrix

Examples


library(cinaR)
data(atac_seq_consensus_bm) # calls 'bed'
bed.row.normalized <- scale_rows(bed[,c(4:25)])
head(bed.row.normalized)


cinaR documentation built on May 18, 2022, 5:12 p.m.