-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hello,
I noticed that there was a new(ish) tutorial for performing conos with velocity information. It would be great if this was capable of working with "generic" h5ad files with spliced and unspliced layers (just as you would use in the scVelo tutorial) by creating a panel of h5ad objects that had been read in with scVelo's scv.read() function.
I think allowing this to work with h5ad files would make it much more useful than requiring the specific dropEST pipeline process as there are multiple methods for extracting spliced and unspliced counts, and assembling them into the layers expected from the h5ad format is fairly trivial. This would also allow conos velocity to function on, for example, the combine lab's Alevin quantifications following their tutorial for producing scVelo compatible files.
Thanks!