-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in t.default(obj@reductions$harmony@misc$R) : argument is not a matrix #10
Comments
Hi @dcruz5h, R represents the assignment of cells to soft clusters in the Harmony model, which is used to perform the integration of the reference. The It's hard to debug what might be going on in your case - are you able to run the Seurat.ipynb notebook from beginning to end? Do you have the most recent version of Harmony? Is your obj@reductions$harmony@misc$R slot empty or does it contain something that is not a matrix? |
I do have the most recent version of harmony, and when I run runHarmony ( a harmony function) I get a beautiful integrated object but the obj@reductions$harmony@misc$R slot is empty. If I run RunHarmony.Seurat ( from utils_seurat.R), I get a obj@reductions$harmony@misc$R with a matrix. Strange, I wouldn't know why, nonetheless I managed to run symphony on my samples. :) |
Hey @joycekang ! I have a similar issue, but I would like to avoid having to (re)run the RunHarmony.Seurat function, since I already did alot of downstream analysis on this object and would like to keep the identical clusters. Is there a way to get/calculate this data of of an existing object processed with the default RunHarmony function? |
Thank you, I recently installed symphony and I'm trying it with a reference Seurat object composed of four integrated samples with harmony. After running buildReferenceFromSeurat, it gives an error:
Error in t.default(obj@reductions$harmony@misc$R) :
argument is not a matrix
What suppose to be stored in misc slot of my harmony metadata ? what is R in this case ?
Thank you !
The text was updated successfully, but these errors were encountered: