diff --git a/pydeseq2/utils.py b/pydeseq2/utils.py index de099578..540bf557 100644 --- a/pydeseq2/utils.py +++ b/pydeseq2/utils.py @@ -241,7 +241,7 @@ def build_design_matrix( UserWarning, stacklevel=2, ) - # We rewrite the foruma with quotes + # We rewrite the formula with quotes design_factors = design_factors.strip() assert design_factors.startswith("~"), "The formula should start with a ~" design_factors = design_factors[1:]