Skip to content

Imported tSNE coordintes not being read! #14

@AAA-3

Description

@AAA-3

I was wondering if anyone could help me here: I managed t oloadmy tsne coordinates but ran into an issue when I open the loom file and try to set the obsm_mapping parametre:

adata = scv.read_loom("/home/ali/Dokumente/RPractise/Velocity/PythonCodes/adata.loom", obs_names="CellID", var_names="Gene", obsm_mapping="X_tsne")
image

Without setting the obsm_mapping parametre, the file loads normally and one can even see the tsne coordinates. Seeing as the information is available in the loom file, I assume that it is in an incorrect format...would it have something to do with it being an array? I notice that there is no ["tsne_1", "tsne_2"] headers, as listed in the scvelo.read_loom API page
image

Anyone know how to resolve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions