Skip to content
Snippets Groups Projects
Verified Commit f5a68697 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kmerclust_plot.R reduce the number of points for the scatter plot

parent 79d8a549
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ rm(res) ...@@ -20,6 +20,7 @@ rm(res)
load(file = paste0(args[1], ".Rdata")) load(file = paste0(args[1], ".Rdata"))
count %>% count %>%
sample_frac(0.1) %>%
ggplot(aes(x = count_m, y = count_f)) + ggplot(aes(x = count_m, y = count_f)) +
theme_bw() theme_bw()
ggsave(paste0(args[1], "_scatter.pdf")) ggsave(paste0(args[1], "_scatter.pdf"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment