From a14755a3fa26b94c823c78d6eec9208e18cb3d02 Mon Sep 17 00:00:00 2001 From: ArinaDanilina <98481272+ArinaDanilina@users.noreply.github.com> Date: Tue, 13 Feb 2024 15:27:37 +0100 Subject: [PATCH] func ref (#63) Co-authored-by: Arina Danilina --- examples/problems/900_annotation_mapping.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/problems/900_annotation_mapping.ipynb b/examples/problems/900_annotation_mapping.ipynb index 1664870..5058e0c 100644 --- a/examples/problems/900_annotation_mapping.ipynb +++ b/examples/problems/900_annotation_mapping.ipynb @@ -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",