powered by
index.mat.generation(word.vec, pos.vec)
mat
word<-81 word.vec<-c("A","T","C","G") pos.vec<-c((-(word-1)/2):((word-1)/2)) obj.index<-index.mat.generation(word.vec,pos.vec)
Run the code above in your browser using DataLab