immunogenomics/harmony

argument 3 matches multiple formal arguments

Guliariel opened this issue · 1 comments

Hello I am trying to runHArmony for a merged Seurat object (scATAC-like data).
I am using this command:
MYSEURATOBJ <- RunHarmony(object = MYSEURATOBJ, group.by.vars = 'dataset', reduction = 'lsi', assay.use = 'bins', project.dim = FALSE).

I receive this error: argument 3 matches multiple formal arguments

I would appreciate your suggestion how to solve this issue.
Thank you