-
Notifications
You must be signed in to change notification settings - Fork 9
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 METAFlux Single-Cell Data Tutorial: Error in validObject(.Object): Duplicate rownames not allowed #5
Comments
bumping into the same problem. It might be related to the package Matrix satijalab/seurat#7986 |
Same Error, I referred to this one satijalab/seurat/issues/8164 Thanks |
I am running into the same issue after running previously with no issues. Looking for a solution as well- thanks so much! |
I am having the same issue, checked my Seurat object and all the features and there were no duplicate rows but still getting the error "> mean_exp=calculate_avg_exp(myseurat = patient_data,myident = 'celltype_by_marker',n_bootstrap=3,seed=1) |
I have the same issue as well! |
It works with Seuat V4. |
I had the same issue as well and followed source code of calculate_avg_exp() function.
which is included in get_ave_exp() function. This error is caused by duplicated cell ids, generated from random sampling with replacement in the process of bootstrap. Below are the codes I used. If there are any issues or concerns, leave additional comment plsease.
|
yes! Seurat v4 works |
Hi METAFlux Developers,
Thank you so much for developing this wonderful tool.
I am currently exploring the METAFlux single-cell data tutorial, utilizing the single-cell data and other information provided by you. However, I encountered an error during the "mean_exp=calculate_avg_exp(myseurat = sc_test_example, myident = 'Cell_type', n_bootstrap=3, seed=1)" step.
The error message is as follows: "Error in validObject(.Object) : Duplicate rownames not allowed." Despite carefully inspecting the data, I couldn't identify any duplicated row names. If possible, could you kindly offer some solutions or guidance on how to address this issue?
Your assistance in resolving this matter would be greatly appreciated.
Thank you in advance.
Best regards,
Fulan Deng
The text was updated successfully, but these errors were encountered: