I am trying to build a symphony reference using an existing Seurat object that I've already run harmony on.
However, RunHarmony no longer produces anything in the misc slot of the reduction, so I cannot do any of the calculations that have to do with res$R <- t(obj@reductions$harmony@misc$R[colnames(obj),])
If I try to use the RunHarmony.Seurat provided in the vignette, I run into issue #48
I want to avoid downgrading my Harmony version. Is there a way to access what was stored in the misc$R slot in the updated RunHarmony command? If the R variable is no longer stored in later versions of Harmony, is it really necessary for reference building in Symphony?