I have data in triplicate:
A1, A2, A3, B1, B2, B3…
I have metadata in singular:
A(m), B(m), C(m).
When I write the metadata file for corr.axes, what is the most correct way to represent it:
-
Pretend I have metadata in triplicates:
A1 - A(m)
A2 - A(m)
A3 - A(m)
B1 - B(m)
… -
Take the average value for axes files for each sample:
Mean(A1,A2,A3) - A(m)
Mean(B1,B2,B3) - B(m)
…or something else?
Thanks!
Erik