Skip to content

Commit

Permalink
add mann whitney to volcano plot form
Browse files Browse the repository at this point in the history
  • Loading branch information
janni.roebbecke committed Jun 25, 2024
1 parent d5194c0 commit a566c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/runs/forms/data_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ class PlotVolcanoForm(MethodForm):
def fill_form(self, run: Run) -> None:
self.fields["input_dict"].choices = fill_helper.to_choices(
run.steps.get_instance_identifiers(
DifferentialExpressionTTest | DifferentialExpressionLinearModel,
DifferentialExpressionTTest | DifferentialExpressionLinearModel | DifferentialExpressionMannWhitneyOnIntensityForm,
"differentially_expressed_proteins_df",
)
)
Expand Down

0 comments on commit a566c24

Please sign in to comment.