vitessce example with scrnaseq and image #95
-
Hi Vitessce team, I want to have something like: I am wondering on how to connect the h5ad with the image coordinates. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 22 replies
-
Hi @FADHLyemen, It is not very well documented but may be helpful for you. The corresponding Vitessce configuration is here as raw JSON https://github.com/vitessce/vitessce/blob/8b07822f06da5e6d57d381c0633e7cd471cfbc7c/src/app/api.js#L77. We need to work on making a notebook which shows how to do configure it from Python. |
Beta Was this translation helpful? Give feedback.
-
Thank you, could I download the data and run it locally using vitessce python? |
Beta Was this translation helpful? Give feedback.
-
for example for this demo but it has two h5ad files |
Beta Was this translation helpful? Give feedback.
-
@ilan-gold second, I already have the expected files as JSON format: I am trying to think how to replicate what I did with you in and which code I should replace the below one to run these json files?
|
Beta Was this translation helpful? Give feedback.
-
@ilan-gold "type": "expression-matrix", https://github.com/vitessce/vitessce-data/tree/master/fake-files/output-expected/linnarsson
|
Beta Was this translation helpful? Give feedback.
@ilan-gold
what is file type for expression matrix
"type": "expression-matrix",
"fileType": "clusters.json",
https://github.com/vitessce/vitessce-data/tree/master/fake-files/output-expected/linnarsson
I try this code but still not working,