Created
March 3, 2017 07:23
-
-
Save dyollluap/256220cf82fc43ae2cdd1dce10f30a14 to your computer and use it in GitHub Desktop.
awk log transform log2(x +1) normalization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
awk '{print log($1 +1)/log(2)}' filename.txt >filename.norm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment