log2_plus1_transform.Rd
Transform data by taking the log2(count+1)
log2_plus1_transform(x)
x | A matrix containing un-transformed expression (in some count format) |
---|
A matrix with transformed values
#> [,1] #> [1,] 1.000000 #> [2,] 1.584963 #> [3,] 2.321928 #> [4,] 3.169925