I'm have an issue with my analysis and would like to replace all of the 1's in a particular column with .9999, for example:
SNP Pvalue
rs11 0.6516
rs12 0.3311
rs13 1.0000
would become
SNP Pvalue
rs11 0.6516
rs12 0.3311
rs13 0.9999
Thanks in advance for your replies.