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
Branches
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ rm(res)
load(file = paste0(args[1], ".Rdata"))
count %>%
sample_frac(0.1) %>%
ggplot(aes(x = count_m, y = count_f)) +
theme_bw()
ggsave(paste0(args[1], "_scatter.pdf"))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment