Truth.is_panel_compatible#
missionbio.demultiplex.protein.truth.Truth.is_panel_compatible
- classmethod Truth.is_panel_compatible(path: Union[str, Path]) bool#
 Checks if the panel can be read using read_panel and is compatible with hashing.
- Parameters:
 path – The path to the panel file.
- Returns:
 True if the panel is compatible, False otherwise.
- Return type:
 bool
< Class Truth