drop_varp#
- SingleCell.drop_varp(keys, /, *more_keys)[source]#
Create a new SingleCell dataset with keys and more_keys removed from varp.
- 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 varp.
- Return type: