Commit eb8c519b by Mustafa Tekpinar

Separated data from code by putting all data into data/ folder.

parent facba872
......@@ -12,7 +12,7 @@ source(paste(Sys.getenv("ESGEMME_PATH"),"/pred.R",sep=""))
aa = c("a","c","d","e","f","g","h","i","k","l","m","n","p","q","r","s","t","v","w","y")
# BLOSUM62 matrix
blosum62p = as.matrix(read.table(paste0(Sys.getenv("ESGEMME_PATH"),"/blosum62p.txt"),row.names=1))
blosum62p = as.matrix(read.table(paste0(Sys.getenv("ESGEMME_PATH"),"/data/blosum62p.txt"),row.names=1))
bgp = blosum62p[order(rownames(blosum62p)),order(colnames(blosum62p))]
bg = apply(bgp,1,sum)
......
Markdown is supported
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