cellgeni / sceasy

A package to help convert different single-cell data formats to each other
GNU General Public License v3.0
363 stars 53 forks source link

Enable anndata to seurat conversion #10

Closed mckinsel closed 3 years ago

mckinsel commented 4 years ago

Add anndata and seurat to permitted to/from strings.

Fix return type of obsm.keys() so it returns a list of strings instead of a KeysView object.

nh3 commented 3 years ago

@mckinsel Thank you for the PR! Sorry for getting back to you so late.