Displaying 1 result from an estimated 1 matches for "timebinlookup".
2010 Oct 08
1
many datasets run with one R script in a computer cluster
...e 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)])
rownames(PA)<-(pa[,1])
OCHAR<-c()
source("DISPARITY.R")
library(calibrate)
###
Thanks
Martin
--
Martin Hughes
MPhil/PhD Research in Biology
Rm 1.07, 4south
University of Bath
Department of Biology and Biochemi...