-
Notifications
You must be signed in to change notification settings - Fork 104
Description
I would like to use Harmony to normalize my data, but i need the original shape to use in other part of my analytical pipeline.
Harmony takes as input principal components (
All applications I've seen using Harmony takes the top
The general approach I am considering, is creating my principal components using singular value decomposition (SVD).
Where
Assuming Harmony normalization, we transform
Harmony normalizes all principal components
I then assume
I then reconstruct the original shape of my data, but now the data is normalized,
Is this valid?