I have a big list of characters (250*5000), and I need to read 7 at a time. So I want to read 1-7 then 2-8 , 3-9 etc so I can compare those to a vector of mine. My code so far is this
library("affy")
? ReadAffy
list<-seq5000
##list<-read.table("C:\\Users\\user\\Desktop\\mike\\seq5000.txt")
##list
a<-c(list)