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 a case where a certain gene appears twice in the results table. This is annoying, because in that case I can't merge it back into an AnnData object.
where the result from the model run with the max value for max_ll is chosen. In this case, the max_ll value is identical across two model runs, resulting in two values being chosen.
I'm unsure what the best solution is here. Just pick the first one?
The entries seem almost the same anyway, except for FSV and I values.
The text was updated successfully, but these errors were encountered:
grst
added a commit
to grst/spatialtranscriptomics
that referenced
this issue
Jun 23, 2023
I have a case where a certain gene appears twice in the results table. This is annoying, because in that case I can't merge it back into an AnnData object.
I think I tracked it down to
SpatialDE/Python-module/SpatialDE/base.py
Line 312 in 77f9fa5
where the result from the model run with the max value for
max_ll
is chosen. In this case, themax_ll
value is identical across two model runs, resulting in two values being chosen.I'm unsure what the best solution is here. Just pick the first one?
The entries seem almost the same anyway, except for
FSV
andI
values.The text was updated successfully, but these errors were encountered: