-
Notifications
You must be signed in to change notification settings - Fork 33
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
zebrafish example bug #2
Comments
Hi Altynai! The zebrafish notebook is the only one where there is no public data at this stage - all other notebooks can be executed. The data has been sent out by email from the lab. @calebweinreb, are you or dan (he is probably not on github, right?) planning to upload the files that you shared at the time somewhere? Would you mind if I upload them somewhere so that the notebook becomes executable? |
Hi Alex,
As far as I know, you are free to upload the files and host them however
you want want since the paper is published. Let me know if you need us to
send the files again. I am pretty sure we have also uploaded them
somewhere- maybe Dan can comment on that.
…-- Caleb
On Thu, Jan 24, 2019 at 3:14 PM Alex Wolf ***@***.***> wrote:
Hi Altynai! The zebrafish notebook is the only one where there is no
public data at this stage - all other notebooks can be executed. The data
has been sent out by email from the lab. @calebweinreb
<https://github.com/calebweinreb>, are you or dan (he is probably not on
github, right?) planning to upload the files that you shared at the time
somewhere? Would you mind if I upload them somewhere so that the notebook
becomes executable?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AF3OsnmFntcnbB9Qsy46CW1osqB4-wo3ks5vGhQ0gaJpZM4aQ2UU>
.
|
Hi Caleb & Alex,
Yes, Caleb is correct. The files are publicly available in multiple
formats from the locations linked below. I am not sure if a more specific
format/version would be needed for seamless integration with Alex's PAGA
notebook. Please let me know if I could help with that. I am also happy
to upload any additional such files to our Kleintools web portal, which
could then be easily linked to from your Github.
Best,
Dan
GEO:
https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE112294
Kleintools web portal:
http://www.tinyurl.com/scZfish2018
Other Matlab and h5ad versions of the dataset:
https://kleintools.hms.harvard.edu/paper_websites/wagner_zebrafish_timecourse2018/WagnerScience2018.mat
https://kleintools.hms.harvard.edu/paper_websites/wagner_zebrafish_timecourse2018/WagnerScience2018.h5ad
…On Thu, Jan 24, 2019 at 3:23 PM Caleb Weinreb ***@***.***> wrote:
Hi Alex,
As far as I know, you are free to upload the files and host them however
you want want since the paper is published. Let me know if you need us to
send the files again. I am pretty sure we have also uploaded them
somewhere- maybe Dan can comment on that.
-- Caleb
On Thu, Jan 24, 2019 at 3:14 PM Alex Wolf ***@***.***>
wrote:
> Hi Altynai! The zebrafish notebook is the only one where there is no
> public data at this stage - all other notebooks can be executed. The data
> has been sent out by email from the lab. @calebweinreb
> <https://github.com/calebweinreb>, are you or dan (he is probably not on
> github, right?) planning to upload the files that you shared at the time
> somewhere? Would you mind if I upload them somewhere so that the notebook
> becomes executable?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#2 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AF3OsnmFntcnbB9Qsy46CW1osqB4-wo3ks5vGhQ0gaJpZM4aQ2UU>
> .
>
|
Ah, nice! h5ad even. This should make it trivial to include a line like adata = sc.read('WagnerScience2018', backup_url='https://kleintools.hms.harvard.edu/paper_websites/wagner_zebrafish_timecourse2018/WagnerScience2018.h5ad') right? No |
Awesome, @calebweinreb & Dan, thanks for the quick answer! And so cool that you uploaded an As the uploaded h5ad doesn't contain the single-cell graph, however, the material is not enough to run the PAGA notebook here. What Caleb sent me around May consisted in these files: What misses is essentially the graph that underlies the figures in your paper and the SPRING-based exploration, which saved me (saves the people trying to reproduce the notebook) from doing all the preprocessing and graph computation. It be really cool if the graph was publicly available. For this, one could either upload a compressed version of the files (as shared via email at the time). Or one could upload an AnnData object that contains the graph. The only problem I see is that the current https://kleintools.hms.harvard.edu/paper_websites/wagner_zebrafish_timecourse2018/WagnerScience2018.h5ad seems to contain unfiltered data with 63530 cells, whereas the graph that Caleb sent out contains 53181 cells. I don't know whether you'd want me to send you this AnnData, which contains the graph. You could upload it as |
If you don't want me to send you the AnnData containing the graph, I'm also happy to upload the data somewhere else. But the canonical location would be your web page, I guess. 🙂 |
Hello, I've been following the thread and was also interested in reproducing the PAGA notebook with the zebrafish dataset but still couldn't find any of the additional files needed to run the notebook. Any information on how to obtain them would be greatly appreciated. Thanks in advance. |
How can I get the additional files that I can run the zebrafish notebook successfully?Could anyone help with this? Thanks in advance! |
Sorry for the late response on this. I uploaded the files that @calebweinreb sent out via email here: https://drive.google.com/file/d/1V2xA9P1nTaO9qWPj8LiAR-uQpqg0VMBv/view?usp=sharing I'll also make a note on the notebook. |
Here is the note on the notebook: b5dfcff |
Hi, I try to replicate zebrafish.ipynb, but encounter some errors.
Also, I try to directly use the Anndata object Could you please help me to figure this out? Thanks |
Im having the same issue as @kangbw702 |
Joining in late: 2 - The difference in cell numbers is probably due to some filtering. In the original dataset there is the wildtype experiment (36749 cells) TraceSeq experiment (another ~30k cells), all from 24hpf. 3 - Regarding the missing |
sorry, I'm coming too late so the link you have shared is unavailable. Can you share it again? Thanks! |
I tried to run the zebrafish notebook and received this error message
The text was updated successfully, but these errors were encountered: