-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update get-started
with resolutions of questions from demo
#113
Conversation
.var
to annotate genes
Why does this fail? I just copied from Robrecht's notebook: https://lamin.ai/laminlabs/lamindata/transform/y0MIazBuljv70002 |
.var
to annotate genesget-started
with questions from demo
get-started
with questions from demoget-started
with resolutions of questions from demo
I also added an exemplary of Census to address the other important question that came up during the demo. There are ways to make this more natively supported, but this isn't urgend. I made an issue for this: |
Does this fit in this vignette? It doesn't seem like part of the introductory workflow and doesn't use {laminr}. Could we just point someone to the documentation for the {cellxgene.census} package if they want to know how to do this? |
I agree it doesn't generally fit into this vignette, but right now the main audience for this is the person who asked the question; so it should be featured here on this page. Once the below issue is addressed it will fit well, though: So: Let's please keep it here for now but not for long in the present form. The section will be replaced with the |
Co-authored-by: Luke Zappia <[email protected]>
Can you please help to get this to pass, @lazappi? It's going to take you much less time than I. I'm simply not familiar enough. |
I adjusted the chunk a bit but there are some bigger issues:
I think the best we could do at the moment is to have the code there but not evaluated, I'm not sure how useful that is if people can't install/use the package anyway though. There is a Bioconductor {cellxgenedp} package that could maybe be used instead but I'm not sure if it does what you are looking for. |
Thanks, Luke!
I agree.
It's useful to illustrate the point of streaming a big array to get a Seurat object vs. caching a small array locally. This is important to convey to the current target audience, even if the caveats that you're listing make clear that this is currently problematic. I'm expecting these issues will get resolved by CZI though. If it's installable on UNIX that's probably good enough. My understanding is they all work on Linux servers in the cloud. |
…ependency but is not on cran yet)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is meant to resolve the two below issues:
.var
to annotate genes #103