moscot.utils.subset_policy.StarPolicy.remove_node¶ StarPolicy.remove_node(node)[source]¶ Remove a node from the policy graph. Parameters: node (Union[TypeVar(K, bound= Hashable), Tuple[TypeVar(K, bound= Hashable), TypeVar(K, bound= Hashable)]]) – Node to remove. Return type: StarPolicy[TypeVar(K, bound= Hashable)] Returns: : Remove the node, if present and return self.