search for: cottonea05_m_stage

Displaying 1 result from an estimated 1 matches for "cottonea05_m_stage".

Did you mean: cottonea05_d_stage
2010 Oct 08
1
many datasets run with one R script in a computer cluster
...g change it to Martin_M_STAGE.txt or bananas_M_STAGE.txt etc Can R do this? ie can it look a file title, and change the file name within the script to be the same as that file title, and then run the analysis OR do I have to use another programme that does that? ### m<-read.table("CottonEA05_M_STAGE.txt") #"CottonEA05" what is different for each dataset M<-as.matrix(m[,-c(1)]) rownames(M)<-(m[,1]) pa<-read.table("CottonEA05_D_STAGE.txt",header=T) timetable<-read.table("TimeBinLookup.txt",header=T,sep="\t") PA<-as.matrix(pa[,-c(1)])...