Meredith

Results 3 comments of Meredith

Hi Seppe, Thanks for the updated link. Here is the output of my `region_sets` object: {'topics': {'Topic1': +--------------+-----------+-----------+ | Chromosome | Start | End | | (category) | (int32) |...

Hi @SeppeDeWinter Yes, running that code does produce the same error (for both rankings and scores DB): ```python --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[15], [line 9](vscode-notebook-cell:?execution_count=15&line=9) [5](vscode-notebook-cell:?execution_count=15&line=5)...

Hi @SeppeDeWinter Using the above code I was able to see one column named incorrectly: `chr8:1.17e+08-117000643` I read the full db in and renamed this column to: `chr8:117000000-117000643` I seem...