Skip to content
Snippets Groups Projects
Commit b97e0104 authored by Susheel Busi's avatar Susheel Busi
Browse files

fixed the metaspades overlap with mmseq plotting

parent 59f0e8b1
No related branches found
No related tags found
1 merge request!67WIP: Checkpoint snakefile
......@@ -50,7 +50,11 @@ Overlap <- expand.grid( #generate all the combinations
str_detect(category, sets %>% as.character()) ~ "Y",
T ~ "N"
))
Overlap[15,3] = "N" # since metaspades overlaps also with metaspades_hybrid
# since metaspades overlaps also with metaspades_hybrid removing false associations
Overlap[15,3] = "N"
Overlap[27,3] = "N"
Overlap[35,3] = "N"
# Upper-left plot
upperleft <- Total %>%
......
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