Skip to content

Commit 5f2f3fd

Browse files
committed
fix info box
1 parent 28c063d commit 5f2f3fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrating-data-using-ingest.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"* Unlike BBKNN, it solves the label mapping problem and maintains an embedding that might have desired properties - like displaying clear trajectories.\n",
2525
"\n",
2626
"We refer to this *asymmetric* dataset integration as *ingesting* annotations from an annotated reference `adata_ref` into an `adata` that still lacks this annotation. This is different from learning a joint representation that integrates datasets in a symmetric way as [BBKNN](https://github.com/Teichlab/bbknn), MNN, Scanorma, Conos, CCA (e.g. in Seurat) or a conditional VAE (e.g. in scVI, trVAE) would do. Take a look at tools in the [external API](https://scanpy.readthedocs.io/en/latest/external/#data-integration) or at the [ecoystem page](https://scanpy.readthedocs.io/en/latest/ecosystem/#data-integration) to get a start with other tools.\n",
27-
"<div>"
27+
"\n",
28+
"</div>"
2829
]
2930
},
3031
{

0 commit comments

Comments
 (0)