Skip to content

Commit

Permalink
func ref (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Arina Danilina <[email protected]>
  • Loading branch information
ArinaDanilina and Arina Danilina authored Feb 13, 2024
1 parent 1b5b5c2 commit a14755a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/problems/900_annotation_mapping.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"source": [
"# Annotation mapping\n",
"\n",
"In this example, we show how to use {func}`~moscot.problems.space.annotation_mapping`.\n",
"In this example, we show how to use {func}`~moscot.problems.space.MappingProblem.annotation_mapping`.\n",
"\n",
"In scenarios involving datasets with varying annotation levels, only one dataset might be fully annotated, or the annotation quality may differ, with one being more detailed or reliable than the other. The {func}`~moscot.problems.space.annotation_mapping` function facilitates annotation transfer between datasets through a created mapping, ensuring consistency across annotations.\n",
"In scenarios involving datasets with varying annotation levels, only one dataset might be fully annotated, or the annotation quality may differ, with one being more detailed or reliable than the other. The {func}`~moscot.problems.space.MappingProblem.annotation_mapping` function facilitates annotation transfer between datasets through a created mapping, ensuring consistency across annotations.\n",
"\n",
":::{seealso}\n",
"- See {doc}`../../tutorials/400_spatial_mapping` how to use the {class}`~moscot.problems.space.MappingProblem` for mapping single-cell to spatial data.\n",
Expand Down

0 comments on commit a14755a

Please sign in to comment.