Skip to content

Commit

Permalink
COG enrichment plot
Browse files Browse the repository at this point in the history
  • Loading branch information
tli14 committed Aug 3, 2022
1 parent 1a9a187 commit e77f482
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ library(ggplot2)
library(rlist)

## Read COG enrichment files.
core <- read.table(file = "R_code/Supplementary_fig_data/FigS7.A.EC_ori_CG100_core.txt", sep = "\t" )
acc <- read.table(file = "R_code/Supplementary_fig_data/FigS7.A.EC_ori_CG100_acc.txt", sep = "\t" )
uniq <- read.table(file = "R_code/Supplementary_fig_data/FigS7.A.EC_ori_CG100_uniq.txt", sep = "\t" )
core <- read.table(file = "R_code/Supplementary_fig_data/FigS11.A.EC_ori_CG100_core.txt", sep = "\t" )
acc <- read.table(file = "R_code/Supplementary_fig_data/FigS11.A.EC_ori_CG100_acc.txt", sep = "\t" )
uniq <- read.table(file = "R_code/Supplementary_fig_data/FigS11.A.EC_ori_CG100_uniq.txt", sep = "\t" )

## Reformat data.
Groups <- rep("core", 10)
Expand Down

0 comments on commit e77f482

Please sign in to comment.