Loading sparse matrix or anndata object
Hi,
Is loading a sparse matrix or anndata object functionality in the works?
https://anndata.readthedocs.io/en/stable/
Thanks!
Hi,
Thanks for your question. Unfortunately we do not have anndata objects in the current public version. However you can use the code and generate the anndata later, e.g.
adata_h = sc.AnnData(model.return_cleaned(sample_variance=1500))
if you want to use it together with tools like scanpy
Perhaps in the future we may add some of the features that you mention.
Feel free to ask more if you need, Luis
El lun., 18 may. 2020 a las 12:47, Rick Farouni ([email protected]) escribió:
Hi,
Is loading a sparse matrix or anndata object functionality in the works?
https://anndata.readthedocs.io/en/stable/
Thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/RabadanLab/randomly/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFLKYRD76YDPCAUCGQJC4VDRSFRDBANCNFSM4NEHZRRA .
-- Luis