I have RNA counts for $4$ biological replicates and I have to combine them for further analysis.
e.g. File $$\begin{array}{c|c|c|c|c} RNA\enspace 1& 3.34 & 9.77&3.93& 1.01\\ \hline \text{RNA 2} & 0 & 38.95&0 &0 \\ \hline \text{RNA 3} & 5.99 & 3.11 &2.93 & 3.53\\ \hline \text{RNA 4}&1.40 &4.12 &1.71 & 2.43\\ \hline \text{RNA 5}&24.16 &0 & 1.22 & 0.19 \end{array}$$
Since taking the arithmetic mean may not be a true representative, I used geometric mean. But in cases where even one of the replicate has read count of zero, the GM becomes zero even when it is $38$ in another replicate. So is it ok to add $0.1$ to the whole of the matrix before taking geometric mean?