MuDataSeurat
MuDataSeurat copied to clipboard
Error in WriteH5ADHelper(object, assay, h5, global = TRUE): no slot of name "meta.features" for this object of class "Assay5"
Hello, author. I had an error converting the seruat v5 object to h5ad.
MuDataSeurat::WriteH5AD(a, "a.h5ad",assay="RNA")
Error in WriteH5ADHelper(object, assay, h5, global = TRUE): no slot of name "meta.features"for this object of class "Assay5"
Traceback:
1.MuDataSeurat::WriteH5AD(a, "a.h5ad", assay = "RNA")
2. MuDataSeurat::WriteH5AD(a, "a.h5ad", assay = "RNA")
3. WriteH5ADHelper(object, assay, h5, global = TRUE)
I have the same problem. Did you solve it?
@FlowerPurr @Mincana-Huang obj[['RNA']] <- as(obj[['RNA']], Class = 'Assay') obj[['ADT']] <- as(obj[['ADT']], Class = 'Assay')