Skip to content

Commit

Permalink
fix variable used for PCA VAR section
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Oct 31, 2024
1 parent c346593 commit fa37737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/rnaseq/DE/DEG.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ pca <- degPCA(norm_matrix, metrics,
pca$plot + ggtitle(paste0("All samples", "\nPCA using ", nrow(vsd_before), " genes")) +
theme(plot.title=element_text(hjust=0.5)) +
geom_mark_ellipse(aes(color = sample_type)) + scale_color_cb_friendly()
geom_mark_ellipse(aes(color = .data[[column]])) + scale_color_cb_friendly()
```

## Analysis of the variance by group
Expand Down

0 comments on commit fa37737

Please sign in to comment.