-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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")
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
Anyone know how to resolve this?
Metadata
Metadata
Assignees
Labels
No labels