zellkonverter replaced with anndataR#273
zellkonverter replaced with anndataR#273BilalsGituation wants to merge 5 commits intolmweber:sandboxfrom
Conversation
|
Thank you for the suggestion and effort to draft a PR! I agree that replacing We are currently facing issues with the book build related to the Python environment setup. I will look into the proposed PR after this has been resolved, as we currently cannot test the book build and deployment. |
|
No problem, good luck finding a solution to the book build issue! I hope that my PR is useful once you can look into it. |
|
Discovered and corrected a typo building the file |
First of all, great ebook!
I received a deprecation notice for
zellkonverterwhen trying to run some code from this chapter and wanted to keep the chapter reproducible by "future-proofing" it a little with tools provided inanndataR.I explained my reasoning for the edit in more detail in Issue#272 available at #272
I was able to test everything here, although my render had trouble reading the
.h5adfile in chunk{python spatial-scatter}. I had success reading the file and saw what one would expect in there, using theanndataRpackage (edit: andanndataviareticulateusing an absolute path), so I went ahead and committed without changing your version of the chunk.There was another an error I had to suppress when running
ad3 <- anndata$read_h5ad()inreticulate(chunk namedr h5ad2Reticulatein my version), since it was mitigated by successful creation of thead3object.Thank you for reading. Please feel free to comment either here or on Issue#272 if you have questions or feedback.