CelLink
  • Installation
  • Tutorials
  • API documentation
CelLink
  • API documentation
  • CelLink.model
  • CelLink.model.Cellink
  • CelLink.model.Cellink.synchronize_imputed_to_initial
  • View page source

CelLink.model.Cellink.synchronize_imputed_to_initial

Cellink.synchronize_imputed_to_initial()[source]

Re-mapp the imputed feature profiles to align with the original data indices, which are shuffled when partitioning.

Returns:

  • ann1_aligned_ann2 (np.array,) – The imputed features of data modality 2 for data modality 1.

  • ann1_predict_ct_array (np.array,) – The predicted cell types for data modality 1 following the original data indices.

  • ann2_aligned_ann1 (np.array,) – The imputed features of data modality 1 for data modality 2.

  • ann2_predict_ct_array (np.array,) – The predicted cell types for data modality 2 fllowing the original data indices.

Previous Next

© Copyright Xin Luo.

Built with Sphinx using a theme provided by Read the Docs.