Skip to content

Commit

Permalink
harmonise scgen
Browse files Browse the repository at this point in the history
  • Loading branch information
namsaraeva committed Jan 24, 2024
1 parent 9555fb6 commit c7c008a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pertpy/tools/_scgen/_scgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def plot_reg_mean_plot(
y_coeff=0.8,
fontsize=14,
**kwargs,
):
) -> tuple[float, float] | float:
"""Plots mean matching for a set of specified genes.
Args:
Expand Down Expand Up @@ -527,7 +527,7 @@ def plot_reg_var_plot(
y_coeff=0.8,
fontsize=14,
**kwargs,
):
) -> tuple[float, float] | float:
"""Plots variance matching for a set of specified genes.
Args:
Expand Down Expand Up @@ -648,7 +648,7 @@ def plot_plot_binary_classifier(
path_to_save,
save=True,
fontsize=14,
):
) -> None:
"""Plots the dot product between delta and latent representation of a linear classifier.
Builds a linear classifier based on the dot product between
Expand Down

0 comments on commit c7c008a

Please sign in to comment.