dataLog {DExMA}R Documentation

Auxiliary function to check if data are log transfromed and transformed if it are not log-transformed

Description

Auxiliary function to check if data are log transfromed and transformed if it are not log-transformed

Usage

dataLog(objectMA)

Arguments

objectMA

A list of list. Each list contains two elements. The first element is the expression matrix (genes in rows and sample in columns) and the second element is a vector of zeros and ones that represents the state of the different samples of the expression matrix. 0 represents one group (controls) and 1 represents the other group (cases). The result of the CreateobjectMA should be used.

Value

The same object with log-transformed expression matrix

Author(s)

Juan Antonio Villatoro Garcia, juanantoniovillatorogarcia@gmail.com

See Also

createObjectMA

Examples


data(DExMAExampleData)

dataLog(maObject)


[Package DExMA version 1.2.1 Index]