Skip to content

Commit

Permalink
Fixed visualization.
Browse files Browse the repository at this point in the history
  • Loading branch information
canergen committed Feb 13, 2024
1 parent 8ac358d commit bc04990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popv/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def prediction_score_bar_plot(
def celltype_ratio_bar_plot(
adata,
popv_prediction: str | None = "popv_prediction",
normalize: bool = True
normalize: bool = True,
save_folder: str | None = None,
):
"""
Expand Down

0 comments on commit bc04990

Please sign in to comment.