drop_uns#
- SingleCell.drop_uns(keys, /, *more_keys)[source]#
Create a new SingleCell dataset with keys and more_keys removed from uns.
- Parameters:
keys: str | Iterable[str]
key(s) to drop
*more_keys: str
additional keys to drop, specified as positional arguments
- Returns:
A new SingleCell dataset with the specified key(s) removed from uns.
- Return type: