search for: mousearray

Displaying 2 results from an estimated 2 matches for "mousearray".

2007 Jun 15
2
sma package, and MouseArray data set
Hi all I have just downloaded the sma package from CRAN. On installing on my linux machine, I get the message > library(sma) > data(MouseArray) Warning message: file 'MouseArray.RData' has magic number 'RDX1' Use of save versions prior to 2 is deprecated Hereafter, MouseArray is not found: > MouseArray Error: object "MouseArray" not found We were hoping to use the MouseArray data with some of the...
2008 Jul 08
1
Plot
Hello everyone, I am trying to plot an MvA plot with the following code: dat<-read.table(file="C:\\Documents and Settings\\.....txt",header=T) file.show(file="C:\\Documents and Settings\\Ow.......txt") library(sma) data(MouseArray) dat.o<-as.list(dat) dat.o$R.2<-as.matrix(dat[,c(1:5)]) dat.o$G.2<-as.matrix(dat[,c(6:10)]) dat.o$Gb.2<-as.matrix(dat[,c(11:15)]) dat.o$Rb.2<-as.matrix(dat[,c(16:20)]) dat.o<-dat.o[c(c(1:5)[5],c(6:10)[5],c(11:15)[5],c(16:20)[5])] dim(dat.o$R.2);dim(dat.o$G.2);dim(dat.o$Rb.2);dim(d...