Skip to content

Commit

Permalink
The inter- and intra- species contamination
Browse files Browse the repository at this point in the history
  • Loading branch information
tli14 committed Aug 3, 2022
1 parent 8fde0e1 commit 69f853f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ library(reshape2)
library(ggpubr)

# Read files.
core <- read.table(file = "R_code/Supplementary_fig_data/FigS5.B.core_4_species.txt", sep = '\t', header = TRUE)
cloud <- read.table(file = "R_code/Supplementary_fig_data/FigS5.B.cloud_4_species.txt", sep = '\t', header = TRUE)
core <- read.table(file = "R_code/Supplementary_fig_data/FigS6.B.core_4_species.txt", sep = '\t', header = TRUE)
cloud <- read.table(file = "R_code/Supplementary_fig_data/FigS6.B.cloud_4_species.txt", sep = '\t', header = TRUE)

# Generate figures.
plot_core <- ggplot(data=core,aes(x=cont, y=gene_count, colour=group)) +
Expand Down

0 comments on commit 69f853f

Please sign in to comment.