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 have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of scanpy.
(optional) I have confirmed this bug exists on the main branch of scanpy.
What happened?
I have found this issue in both old versions 1.9.3, 1.9.8 and the newest version 1.10.3.
I am pretty sure my gene names are in the adata.var_names (see below code).
I also confirm that each gene-set has 2 or more genes.
Can anyone help to debug?
WARNING: genes are not in var_names and ignored: ['Anterior cardiopharyngeal progenitors_Imaz2024', 'Cardiomyocytes FHF 1_Imaz2024']
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/project/xyang2/anaconda/py38/lib/python3.8/site-packages/scanpy/tools/_score_genes.py", line 115, in score_genesraiseValueError("No valid genes were passed for scoring.")
ValueError: No valid genes were passed for scoring.
Please make sure these conditions are met
What happened?
I have found this issue in both old versions 1.9.3, 1.9.8 and the newest version 1.10.3.
I am pretty sure my gene names are in the adata.var_names (see below code).
I also confirm that each gene-set has 2 or more genes.
Can anyone help to debug?
Thank you,
Holly
Minimal code sample
Error output
Versions
The text was updated successfully, but these errors were encountered: