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
Which other arguments from anndata.read would you like to see here? Is it about propagating arguments like as_sparse, as_sparse_fmt, and chunk_size to the readers of individual modalities?
@gtca I'd imagine adding the backup_url to be very useful. We currently are planning to use scanpy.readwrite._check_datafile_present_and_download to download MuData objects and read them but I think it makes more sense for this project to use the private functions of scanpy to load the MuData object.
I don't think we should make MuData depend on scanpy though.
If we reuse scanpy.readwrite._check_datafile_present_and_download, would it make sense to have it in muon.read() instead?
I don't think it matters which function we use as long as backup_url functionality is there and similar to scanpy in muon.read(). I didn't know muon didn't depend on scanpy so a re-implementation would make sense I guess. From what I saw it was a quite robust implementation
First, I think documentation could be improved for such a basic function, second, I think it should take similar arguments to
anndata.read
.The text was updated successfully, but these errors were encountered: