Features
- The
AnnotationMatrix
'sto_matrix()
method now supports batched reads via thebatch_mode
argument. This functionality can also be leveraged fromSOMA
'sget_seurat_dimreductions_list()
andget_seurat_dimreduction()
methods. (#86) - The
SOMACollection
'sto_seurat()
method gains asomas
argument that makes it possible to select a subset ofSOMA
s andX
layers to be retrieved. (#89)
Changes
- Updated
setup-r
GitHub Action to v2 (#90)