lnschema_covim.inspect_markers

lnschema_covim.inspect_markers(data, curate_function=None, standardize=False, add_new=False)

Inspect cell markers.

Parameters:
  • data (list[Path | str] | AnnData) – Iterable of paths or an AnnData object.

  • curate_function (Callable | None, default: None) – function to curate the AnnData object.

  • standardize (bool, default: False) – whether to standardize the markers.

  • add_new (bool, default: False) – whether to add new markers to the CellMarker registry.

Return type:

None