Closed oligomyeggo closed 3 years ago
Hi @oligomyeggo, thanks for trying it out! Yes indeed, we are aware about this issue, we had some entries that were repeated in the level E. Tomorrow I plan to update the repository with the corrected networks, in the meantime you can use all confidence levels excluding E:
regulons = dorothea.load_regulons(
['A', 'B', 'C', 'D'],
organism = 'Mouse'
)
This should work
Great, thank you! And thanks again for the fantastic tool - very excited to use it in my current and upcoming projects!
Hi @oligomyeggo! I updated the regulons and now it show work:
pip install --upgrade dorothea-py
Let me know if you run into any other problem.
Hello! First, thank you for developing this version of DoRothEA for the scanpy ecosystem! It's great, and I have enjoyed using it so far. I am running into an issue where I can't call
dorothea.load_regulons
on the full array of confidence levels. I have no issues when using['A']
through['A', 'B', 'C', 'D']
, but when I try to run the following:I get this error:
Any insight as to what might be going on?
Thank you!
Versions (on Mac OS):