scvi.data.AnnDataManagerValidationCheck#

class scvi.data.AnnDataManagerValidationCheck(check_if_view=True, check_fully_paired_mudata=True)[source]#

Validation checks for AnnorMudata scvi-tools compat.

Parameters:
  • check_if_view (bool) – If True, checks if AnnData is a view.

  • check_fully_paired_mudata (bool) – If True, checks if MuData is fully paired across mods.

Attributes table#

Methods table#

Attributes#

check_fully_paired_mudata

AnnDataManagerValidationCheck.check_fully_paired_mudata: bool = True#

check_if_view

AnnDataManagerValidationCheck.check_if_view: bool = True#

Methods#