rowscale.ExpressionSet: Perform row-wise scaling to an ExpressionSet object

View source: R/AllMethods.R

rowscale.ExpressionSetR Documentation

Perform row-wise scaling to an ExpressionSet object

Description

Perform row-wise scaling to an ExpressionSet object

Usage

## S3 method for class 'ExpressionSet'
rowscale(x, center = TRUE, scale = TRUE)

Arguments

x

An ExpressionSet object.

center

Logical, whether the mean values of rows should be set to zero.

scale

Logical, whether the standard deviations of rows should be normalised to one.


bedapub/ribiosExpression documentation built on Sept. 2, 2023, 4:37 a.m.