Hello, I have a file like this: NM_003273 1929.19 NM_053056 4662.262 NM_053056 5728.343 NM_024099 4009.705 NM_001085372 685.4568 NR_003098 4700.29 NM_199337 2727.46 NM_018093 477.2938 NM_018093 813.0701
I want it to be something like: If the elements in column 1 are same then take the mean of the values (in column 2) corresponding to these two/or more similar elements. Thanks in advance.