Skip to content

Commit

Permalink
Test true and false core genes
Browse files Browse the repository at this point in the history
  • Loading branch information
tli14 committed Aug 3, 2022
1 parent b43d9ed commit d33061c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ library(dplyr)
library(ggplot2)

## Load the data files that summarize the core gene comparison results (three tools were used with varying core gene threshold).
Roary_EC <- read.table(file = "R_code/Fig5.core_gene_thred/EC_diff_CG_Roary.txt",sep = '\t', header = TRUE)
BPGA_EC <- read.table(file = "R_code/Fig5.core_gene_thred/EC_diff_CG_BPGA.txt", sep = '\t', header = TRUE)
Anvio_EC <- read.table(file = "R_code/Fig5.core_gene_thred/EC_diff_CG_Anvio.txt", sep = '\t', header = TRUE)
Roary_EC <- read.table(file = "R_code/Fig4.Core_gene_thred/EC_diff_CG_Roary.txt",sep = '\t', header = TRUE)
BPGA_EC <- read.table(file = "R_code/Fig4.Core_gene_thred/EC_diff_CG_BPGA.txt", sep = '\t', header = TRUE)
Anvio_EC <- read.table(file = "R_code/Fig4.Core_gene_thred/EC_diff_CG_Anvio.txt", sep = '\t', header = TRUE)

## Reformat the data and combined to one file.
Tools <- rep("Roary", 50)
Expand Down

0 comments on commit d33061c

Please sign in to comment.