bartongroup / Proteus

R package for analysing proteomics data
MIT License
48 stars 3 forks source link

Normalization with different number of samples in experiments #37

Open PolinaLip opened 4 years ago

PolinaLip commented 4 years ago

I tried to run normalizeTMT. I have 13 batches (experiments), two of them have 10 labeled samples and the rest batches have 6 samples. It seems that normalization depends on the number of samples inside batches.
This is how the normalization looks if I take all samples (10 in two experiments and 6 samples in each of the rest): Allsamples And this is a plot if I leave 6 samples in each experiment: 6batches_ineach_experiment

Is there a way to normalize data without removing any samples?