lhe17 / nebula

GNU General Public License v2.0
26 stars 6 forks source link

python version #30

Closed z5ouyang closed 11 months ago

z5ouyang commented 11 months ago

Hi, Thanks for developing (open source) a very good tool, we use it a lot!

This is not a bug report, rather a functionality request: Is there a python version available? We are starting dealing with large datasets the issue raised by R sparse matrix limited to 2^31 non-zero elements.

If this is out of your scope. Please close it. Thanks again!

lhe17 commented 11 months ago

Hi 15ouyang,

Thank you for your question. There is no python version available yet. I'm not sure whether the following strategy works. For now, you might try splitting the count matrix by genes to circumvent that limitation. For example, if you have a count matrix of 20000 genes, you can split it into 10 count matrices, each of which has 200 genes, and run the analysis for them one by one.

Best regards, Liang

On Mon, Jul 24, 2023 at 12:15 AM z5ouyang @.***> wrote:

Hi, Thanks for developing (open source) a very good tool, we use it a lot!

This is not a bug report, rather a functionality request: Is there a python version available? We are starting dealing with large datasets the issue raised by R sparse matrix limited to 2^31 non-zero elements.

If this is out of your scoop. Please close it. Thanks again!

— Reply to this email directly, view it on GitHub https://github.com/lhe17/nebula/issues/30, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGDISUU4NQABJYLX3BRNPG3XRXZGNANCNFSM6AAAAAA2U7ZUGU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

z5ouyang commented 11 months ago

Thanks for the suggestions, and I will close the issue for now.