log_transform {proBatch}R Documentation

Log transformation of the data, ensuring that the row and column names are retained

Description

Log transformation of the data, ensuring that the row and column names are retained

Usage

log_transform(data_matrix, log_base = 2)

Arguments

data_matrix

raw data matrix (features in rows and samples in columns)

log_base

base of the logarithm for transformation

Value

data_matrix-size matrix, with columns log2 transformed

Examples

log_transformed_matrix <- log_transform(example_proteome_matrix)


[Package proBatch version 1.0.0 Index]