dataLog | R Documentation |
Auxiliary function to check if data are log transfromed and transformed if it are not log-transformed
dataLog(objectMA)
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. |
The same object with log-transformed expression matrix
Juan Antonio Villatoro Garcia, juanantoniovillatorogarcia@gmail.com
createObjectMA
data(DExMAExampleData)
dataLog(maObject)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.