Hi, I am trying to put this code into R, but it keeps telling me I have an "unexpected symbol."
phenoData<-read.csv("pheno.txt",header=TRUE,sep="\t")design<-model.matrix(~diagnosis,phenoData)fit<-lmFit(eset,design)
Error: unexpected symbol in "phenoData<-read.csv("pheno.txt",header=TRUE,sep="\t")design"