Skip to content

Commit

Permalink
fixed misnamed variable in plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-wenzel committed Oct 8, 2019
1 parent a46285e commit 12a5063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ show_populations_enrichment <- function(escores, trajs, gene_sets) {

for (gene_set_name in gene_sets) {
print(gene_set_name)
plot_gs_enrichment(enrichment, gene_set_name, flat_trajs, lineages)
plot_gs_enrichment(escores, gene_set_name, flat_trajs, lineages)
}
}

Expand Down

0 comments on commit 12a5063

Please sign in to comment.