Closed ethanfenton closed 2 months ago
Hi @ethanfenton
That's right, this function has been updated. Please follow this tutorial: https://pycistopic.readthedocs.io/en/latest/tutorials.html.
Hopefully this helps?
All the best,
Seppe
Thanks @SeppeDeWinter! This is running smoothly
Hi @ethanfenton
Great!!
Best,
Seppe
Describe the bug compute_qc_stats gives an error from input formatting. I believe stemming from switch from pycisTopic v1.01 to v2. Help adapting my current code to be compatible with the new version would be much appreciated
To Reproduce
Error output TypeError: compute_qc_stats() got an unexpected keyword argument 'fragments_dict'
Expected behavior It appears that compute_qc_stats has been updated in v2 from v1.01 but the notebook I am following Cortex_pycisTopic.ipynb seems to guide me though preparing the inputs for the old version (fragments_dict instead of a pl.DataFrame
This is the new function to which my inputs do not match:
Version (please complete the following information):
Additional context This is the notebook I am using: https://github.com/aertslab/pycisTopic/blob/main/notebooks/Cortex_pycisTopic.ipynb