|
@@ -18,9 +18,9 @@ script_dir <- dirname(strsplit(commandArgs(trailingOnly = FALSE)[4],"=")[[1]][2]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
|
|
|
|
library(tidyverse, quietly = TRUE)
|
|
library(tidyverse, quietly = TRUE)
|
|
library(formattable, quietly = TRUE)
|
|
library(formattable, quietly = TRUE)
|
|
@@ -36,12 +36,12 @@ emapper <- read_delim(argv$emapper_anno,
|
|
"\t", escape_double = FALSE, col_names = FALSE,
|
|
"\t", escape_double = FALSE, col_names = FALSE,
|
|
comment = "#", trim_ws = TRUE) %>%
|
|
comment = "#", trim_ws = TRUE) %>%
|
|
dplyr::select(GID = X1,
|
|
dplyr::select(GID = X1,
|
|
- COG = X10,
|
|
+ COG = X7,
|
|
- Gene_Name = X11,
|
|
+ Gene_Name = X8,
|
|
- Gene_Symbol = X12,
|
|
+ Gene_Symbol = X9,
|
|
- GO = X13,
|
|
+ GO = X11,
|
|
- KO = X15,
|
|
+ KO = X12,
|
|
- Pathway = X16
|
|
+ Pathway = X13
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|