theislab / zellkonverter

Conversion between scRNA-seq objects
https://theislab.github.io/zellkonverter/
Other
145 stars 27 forks source link

Reverse conversion of varm in SCE2AnnData() #43

Closed lazappi closed 3 years ago

lazappi commented 3 years ago

Currently AnnData2SCE() stores data in the AnnData varm slot as a column of rowData but nothing is done with this in the reverse direction by SCE2AnnData(). It should be possible to get this back into varm but it might require storing it in a special column in metadata rather than in rowData.