Entering edit mode
18 months ago
sidrah.maryam
▴
60
Hello Everyone!
I have a rds file and want to convert it to h5ad such that the adata.X contains the raw counts of the rds object.
The raw counts in rds file are saved in object@assays$RNA@counts.
I tried to do it using convert function and giving assay explicitly after saving the counts in a new assay named 'Raw', but it did not work.
Has someone ever come across such issue? Or if anyone knows how to do that please help!
Thanks a lot