Luke Zappia
Luke Zappia
Ok, cool, I missed that on #87. @Zethson how do you want to handle merging these? Do you want to merge them both separately or do you want me to...
Cool, let's do it that way then. Because it's just the intro text I'm thinking it will be easier to copy-paste rather than to do an actual git merge.
I am not sure exactly what was uploaded to FigShare. We would need to ask @LuckyMD about that but he is unavailable for the next few months. > ``` >...
Ok, that works. But I still think it's not ideal that `?SummarizedExperiment` doesn't take you to the correct object (or a package page) and the links between the `RangedSummarizedExperiment` page...
Not a proper review of the code but I wanted to raise that we plan to submit **{anndataR}** to Bioconductor (or maybe CRAN) at some point (hopefully soonish). This means...
> There is some progress in the Rarr package, would you guys like a clean PR (since there were so many updates since) or continuing here is fine ? Probably...
Hi @HelenaLC Thanks for giving **{splatter}** a go! As this relates to `splatPop` I'm hoping @azodichr can jump in with an answer. If not I'll try to look into it...
I've checked this and confirmed that duplicate `obs_names` prevents `obs` from being read from the `.h5ad` file. Fixing this would require changing how we store the `obs_names`/`var_names` as duplicate `rownames`...
Subsetting a `HDF5AnnData` would be difficult as it is directly linked to a file that we would need to (temporarily) modify. I would need to check if it's possible to...
I'm not sure that helps for the file-backed interfaces. I would probably check what Python let's you do and try to replicate that.