PMBio / MuDataSeurat

.h5mu files interface for Seurat
https://pmbio.github.io/MuDataSeurat/
25 stars 10 forks source link

Allow reading files with the duplicated feature names across modalities #11

Closed gtca closed 2 years ago

gtca commented 2 years ago

See #10 to reproduce the steps:

LoadData(ds = "bmcite") %>% WriteH5MU("bmcite.h5mu"); ReadH5MU("bmcite.h5mu")

This line has to account for duplicated feature names in the multimodal .var data frame.

gtca commented 2 years ago

Resolved by f3d7f1f3738fcfd081bb5d63b3d138df5e8fb830.