I have a series of experiments where a certain set of parameters (let's call them P1, P2, ...) have been quantified in single cells.
For technical reasons it is not possible to quantify all of these parameters at the same time, so I have different experiments where I measured subset of them.
For example let's say that I measured:
Experiment 1: P1, P2, P3, P4
Experiment 2: P1, P2, P5, P6
Experiment 3: P1, P3, P7, P8
...
I have thousands of measurements per experiment (and replicates for each set of parameters). Note that, although in each experiment I am measuring cells of the same type, they are different cells every time, so each experiment is independent from the others.
What I would like to do now is predict the relation between all of the parameters, from knowing the relationships between some of them.
For example, I would like to be able to predict the (likely) value of the missing parameter P5 to P8 from the data I have for experiment 1, based on what I know about their relation with the other parameters that I gain in experiment 2 and 3.
What would be the best way to approach this problem?