Hi, I have a matrix in which my columns are my samples and rows my genes. How I can write a function in R so that each value in this matrix be e^value?? I mean anti natural log of the values inside this matrix. Whatever I am googling I failed especially I am not allowed to ask in stack overflow.
Data is already natural log transformed. I want anti natural log
If they are the natural logged values, then, yes, just use either of:
Then, they will be back on the scale they were before natural log transformation, i.e., anti natural log.
Testing: