Skip to content

Commit

Permalink
Update exploratory_plots.R
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords authored Apr 30, 2024
1 parent 11ac52a commit c3590a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec/exploratory_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ assay_data <- cond_log2_transform_assays(assay_data, log2_assays = opt$log2_assa

# Prettify assay names
names(assay_data) <- prettifyVariablename(names(assay_data))
final_assay <- prettifyVariablename(names(assay_data))
final_assay <- prettifyVariablename(final_assay)

# Create output paths

Expand Down

0 comments on commit c3590a6

Please sign in to comment.