You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code snippet from "notebooks/space/mapping/moscot_mapping_citeseq2.ipynb," the MappingProblem function is used with the spatial_key parameter specified as follows:
MappingProblem(adata_sc, adata_spatial).prepare(
# other parameters...
spatial_key={"attr": "obsm", "key": "X_pca_scaled"},
# other parameters...
)
However, in the function documentation, it mentions "spatial_key (Union[str, Mapping[str, Any]]) as the key in obsm where the spatial coordinates are stored." I would like clarification on the role of spatial_key: does it refer to the key for storing spatial coordinates or the key for storing gene expression information?
This clarification is crucial for accurately configuring the spatial_key parameter in different scenarios. Thank you!
The text was updated successfully, but these errors were encountered:
In the code snippet from "notebooks/space/mapping/moscot_mapping_citeseq2.ipynb," the MappingProblem function is used with the spatial_key parameter specified as follows:
However, in the function documentation, it mentions "spatial_key (Union[str, Mapping[str, Any]]) as the key in obsm where the spatial coordinates are stored." I would like clarification on the role of spatial_key: does it refer to the key for storing spatial coordinates or the key for storing gene expression information?
This clarification is crucial for accurately configuring the spatial_key parameter in different scenarios. Thank you!
The text was updated successfully, but these errors were encountered: