doesn’t reproduce on my local image, try pulling newest docker image & trying again.
- Candidate issue: https://github.com/wilkelab/cowplot/blame/901173d7a7db61f3e8883944dda8e5181fc2625f/R/plot_grid.R
- see line ~180
Consider swapping to FALSE. This may be a premature optimization.
Make this change before you submit so it’s the default!!
- Change tomtom vignette & tests to ensure correct behavior
If path = NULL, then when it gets passed to cmd_ui_file_exists(path), get a “path must be character” error.
To fix, catch if path = NULL after if(class(x) == “try-error”) & return FALSE. “` x <- try(path_search(path = path) %>% cmd_ui_file_exists(), silent = TRUE) if (is(x, “try-error”)) { cmd_ui_file_exists(path) return(invisible(NULL)) } “`
Trycatch this warning if path == NULL
- describe experimental setup
- walk through details of each step
- add a `view_motifs` step to the runDreme parts.
- tell users to check for low quality repetitive DNA, etc.
ex from matt: “` Using p-value heatmaps to make inter-group comparisons can be useful to visualize differential enrichment of motifs. But such heatmaps can be misleading, particularly when AME produces a very large number of hits… “`