log_transform_p1: Log2 Transform 1 Plus

View source: R/tdm.R

log_transform_p1R Documentation

Log2 Transform 1 Plus

Description

The input is log transformed such that all values are non-negative by adding 1 to each value before transformation.

Usage

log_transform_p1(data = NULL, file = NULL)

Arguments

data

– A data.table of values. The first column should be gene symbols and the rest should be expression values.

file

– A filename with expression values. This is an alternative to specifying data.

Value

the transformed data.table.


greenelab/TDM documentation built on May 10, 2023, 12:04 a.m.