relative {geneExpression} R Documentation

normalize data by feature rows

Description

Usage

relative(matrix,
    median = FALSE);

Arguments

matrix

[as Matrix]

median

[as boolean]

Details

row/max(row)

Authors

phenotype_kit

Value

a new expression matrix object which is normalized by the relative scale of each gene feature row: each expression value in a gene feature row is divided by the max value(or the median value when the median parameter is TRUE) of the corresponding gene feature row, the tag of the generated matrix is formatted as relative_scaale({tag}).

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]