dataLog: Auxiliary function to check if data are log transfromed and...

View source: R/dataLog.R

dataLogR 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)


Juananvg/DExMA documentation built on Dec. 5, 2023, 1:12 p.m.