Skip to content
Snippets Groups Projects
Commit 9924e777 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix Entrez name

parent 85e676b1
Branches
Tags
2 merge requests!41Develop,!40Remove.tpm.col
Pipeline #7908 passed with stages
in 1 hour, 26 minutes, and 16 seconds
......@@ -10,7 +10,7 @@ rm(option_list)
countTable <- read.csv(paste0(opt$repRID,".countData.countTable.csv"), stringsAsFactors=FALSE)
geneID <- read.delim("geneID.tsv", header=FALSE, stringsAsFactors=FALSE)
Entrez <- read.delim("Entrez.tsv", header=FALSE, stringsAsFactors=FALSE)
convert <- merge(x=Entrex,y=geneID,by.x="V1",by.y="V1",all.x=TRUE)
convert <- merge(x=Entrez,y=geneID,by.x="V1",by.y="V1",all.x=TRUE)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment