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 am attempting to run scib metrics with a merged object and an integrated object both of which were created in Seurat and imported for scib as .h5ad. When I try to run scib.metrics.metrics() with these objects it outputs a dataframe with NaNs for each metric and no error message. What could be going wrong here? I do not see any documentation as to what the function expects for each argument so I cannot determine what I may be doing wrong.
Thanks!
The text was updated successfully, but these errors were encountered:
EvanDMee
changed the title
Running scib.metrics.metrics() produces datafram of NaNs
Running scib.metrics.metrics() produces dataframe of NaNs
Jun 15, 2023
And during my use, you can set the parameters to True(like xxx_=True) to get that metric.
If you don't set them,they are default False,then the function will fill the False metric with NA
I don't know if that's the wrong parameter settings makes it happened.
for example,I set nmi_ [one of the Parameter] to True, then I'll get a dataframe with nmi_(a value),and the metrics left are all NA
Hello,
I am attempting to run scib metrics with a merged object and an integrated object both of which were created in Seurat and imported for scib as .h5ad. When I try to run scib.metrics.metrics() with these objects it outputs a dataframe with NaNs for each metric and no error message. What could be going wrong here? I do not see any documentation as to what the function expects for each argument so I cannot determine what I may be doing wrong.
Thanks!
The text was updated successfully, but these errors were encountered: