randomly icon indicating copy to clipboard operation
randomly copied to clipboard

Loading sparse matrix or anndata object

Open rfarouni opened this issue 5 years ago • 1 comments

Hi,

Is loading a sparse matrix or anndata object functionality in the works?

https://anndata.readthedocs.io/en/stable/

Thanks!

rfarouni avatar May 18 '20 16:05 rfarouni

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

luisaparicio avatar May 18 '20 20:05 luisaparicio