Skip to content

Commit

Permalink
Remove debug limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmymathews committed Apr 1, 2024
1 parent ffcd410 commit 12da29b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions analysis_replication/graph_plugin_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def plot_specifications() -> tuple[PlotSpecification, ...]:
'intratumoral CD3+ LAG3+',
'Regulatory T cell',
]
specifications = (
return (
PlotSpecification(
study = 'Melanoma intralesional IL2',
phenotypes = tuple(miscellaneous + t_cells + macrophages),
Expand Down Expand Up @@ -126,9 +126,6 @@ def plot_specifications() -> tuple[PlotSpecification, ...]:
orientation = 'vertical',
)
)
# return specifications
return (specifications[1], )



def plot_scatter_heatmap(df: DataFrame,
Expand Down

0 comments on commit 12da29b

Please sign in to comment.