powered by
Normalize (z-score) rows of a matrix
scale_rows(x)
Row-normalized matrix
a matrix, possibly containing gene by samples
# \donttest{ library(cinaR) data(atac_seq_consensus_bm) # calls 'bed' bed.row.normalized <- scale_rows(bed[,c(4:25)]) head(bed.row.normalized) # }
Run the code above in your browser using DataLab