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
The topic modeling related code is recently rewritten (polars_1xx branch), which makes it a lot faster and uses a lot less memory when you have a lot of cells and regions.
Hi,
Thanks for the great tool!
I am now working with large scATAC-seq data, which contains ~300,000 cells. And the peak number is 575177. So it is a quite large dataset.
The problem occurred during the topic modeling, when I ran
run_cgs_models_mallet
function. And it produce error with:PanicException: polars' maximum length reached. Consider installing 'polars-u64-idx'.: TryFromIntError(())
I increased my memory from 800GB to 1000GB. But it didn't help. It seems to be a data structure error?
The version I used is
pycisTopic: 2.0a0
.Do you have any suggestion or alternative solution?
Thanks,
Weiyan
The text was updated successfully, but these errors were encountered: