dynamo-release icon indicating copy to clipboard operation
dynamo-release copied to clipboard

scNT-seq data not found

Open mkyriak opened this issue 2 years ago • 6 comments

Hello Qiu, Thank you for all the information provided and the very detailed tutorials. I went through the zebrafish tutorial and now I would like to compare the estimated lineages when having splicing data only and when having labeling data. Hence, I tried to follow the scNT-seq tutorial, however, I realized that the provided dropbox links for the labeling and the splicing information are not working. Could you please provide the links once again?

Thank you in advance! Maria

mkyriak avatar Feb 20 '22 13:02 mkyriak

Could you please try dyn.sample_data.scNT_seq_neuron_splicing() and dyn.sample_data.scNT_seq_neuron_labeling.

Thanks, Xiaojie

Xiaojieqiu avatar Feb 20 '22 16:02 Xiaojieqiu

Thank your for your rapid response, I have tried it and I am getting the following error: AttributeError: module 'dynamo.tl' has no attribute 'scNT_seq_neuron_splicing'

Thank you once again, Maria

mkyriak avatar Feb 20 '22 17:02 mkyriak

sorry. I was mean to be sample_data instead of tl.

Xiaojieqiu avatar Feb 20 '22 20:02 Xiaojieqiu

I tried using dyn.sample_data. to load the data. I can see all the datasets available, I am also able to load them (i.e. dyn.sample_data.hgForebrainGlutamatergic(), dyn.sample_data.pancreatic_endocrinogenesis(), dyn.sample_data.zebrafish()). However, when I am trying to load dyn.sample_data.scNT_seq(), I see that it is empty. Also, I tried both your suggestions; dyn.sample_data.scNT_seq_neuron_splicing() and dyn.sample_data.scNT_seq_neuron_labeling, and again it's giving me the following errors: >>> neuron_labeling = dyn.sample_data.scNT_seq_neuron_labeling() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'dynamo.sample_data' has no attribute 'scNT_seq_neuron_labeling' >>> neuron_splicing = dyn.sample_data.scNT_seq_neuron_labeling() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'dynamo.sample_data' has no attribute 'scNT_seq_neuron_labeling'

mkyriak avatar Feb 21 '22 15:02 mkyriak

dyn.sample_data.scNT_seq_neuron_labeling()

hi, I see the URL from the source code, scNT_seq‘s URL will auto redirect to the zebrafish data, is this normal? scNT_seq_neuron_labeling:https://www.dropbox.com/s/5wk3q2xhgqai2xq/neuron_labeling.h5ad?dl=1 zebrafish:https://www.dropbox.com/s/5wk3q2xhgqai2xq/zebrafish.h5ad?dl=1

enzeas avatar Mar 03 '22 01:03 enzeas

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days

github-actions[bot] avatar Sep 14 '22 00:09 github-actions[bot]