Skip to content

vitessce example with scrnaseq and image #95

Answered by FADHLyemen
FADHLyemen asked this question in Q&A
Discussion options

You must be logged in to vote

@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,

from vitessce import VitessceConfig, DataType as dt, FileType as ft

vc = VitessceConfig(name='linnarsson', description='Spatial organization of the somatosensory cortex revealed by osmFISH')
dataset = (
    vc.add_dataset(name='linnarsson')
    .add_file(
        url="https://vitejson.s3.us-east-2.amazonaws.com/linnarsson.cells.json",
        data_type=dt.CELLS,
        file_type=ft.CELLS_JSON,
    )
    .add_file(
        url="https://vitejson.s3.us-e…

Replies: 5 comments 22 replies

Comment options

You must be logged in to vote
2 replies
@ilan-gold
Comment options

@ilan-gold
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@ilan-gold
Comment options

@FADHLyemen
Comment options

@ilan-gold
Comment options

Comment options

You must be logged in to vote
3 replies
@keller-mark
Comment options

@keller-mark
Comment options

@keller-mark
Comment options

Comment options

You must be logged in to vote
14 replies
@FADHLyemen
Comment options

@FADHLyemen
Comment options

@ilan-gold
Comment options

@FADHLyemen
Comment options

@ilan-gold
Comment options

Answer selected by ilan-gold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants