You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I selected about 16,000 cells from 9 tissues of mouse and wanted to annotate with Cell ID. I followed the example code but got an error in RunCellHGT() function with default parameter. Here is what the error saying Error in RunCellHGT.Seurat(expr_data, pathways = all_gs) : All pathways have less than 10 features in common with the data. What's the problem? Could anyone help me with this issue?
The text was updated successfully, but these errors were encountered:
I do believe that as your are using mouse dataset your data has a gene name that is proper to mouse but the signature that your are using has the human notation, and hence the program think that you have supplied gene signatures that has no equivalent in your actual data.
If that is the case you have to find signatures that has mouse gene nomenclature or you can try to convert your gene signatures. The proper way to convert is to use orthologs with package like biomart but you can also just try to transform the signatures from full capital letter to only first letter capital.
I selected about 16,000 cells from 9 tissues of mouse and wanted to annotate with Cell ID. I followed the example code but got an error in RunCellHGT() function with default parameter. Here is what the error saying
Error in RunCellHGT.Seurat(expr_data, pathways = all_gs) : All pathways have less than 10 features in common with the data
. What's the problem? Could anyone help me with this issue?The text was updated successfully, but these errors were encountered: