moscot.utils.subset_policy.ExplicitPolicy.create_mask¶
- ExplicitPolicy.create_mask(value, *, allow_empty=False)¶
Create a mask used to subset the data.
- Parameters:
- Return type:
- Returns:
: Boolean mask of the same shape as the data.
Create a mask used to subset the data.
: Boolean mask of the same shape as the data.