MA plots without bg correction (mArray)
1
0
Entering edit mode
@foatafrancislausannenrcnh-546
Last seen 9.6 years ago
Hello, I'm using the mArray package and I would like to make MA plots WITHOUT background correction. I tested the following R code : xma<-log2(maRf(christian.raw[,1])/maGf(christian.raw[,1])) yma<-0.5*log2(maGf(christian.raw[,1])+maRf(christian.raw[,1])) maPlot (christian.raw[,1], x=yma, y=yma, text.func = blanks.spots) I obtained this error : Error in strsplit(x, as.character(split), as.logical(extended)) : non-character argument in strsplit() Does anybody know how to handle this problem? I would really like to use the function maPlot because I would like to keep the 'highlighted spots' on the graph(nonrealizable (?) thing with the function plot) Best regards, Francis
marray marray • 689 views
ADD COMMENT
0
Entering edit mode
@jean-yee-hwa-yang-104
Last seen 9.6 years ago
The quick way to do MA-plots with no background subtraction is to remove the background values from marrayRaw object e.g. maRb(christian.raw) <- maGb(christian.raw) <- matrix(0,0,0) maPlot(christian.raw[,1]) Jean On Mon, 8 Dec 2003, Foata,Francis,LAUSANNE,NRC/N&H wrote: > Hello, I'm using the mArray package and I would like to make MA plots > WITHOUT background correction. I tested the following R code : > > xma<-log2(maRf(christian.raw[,1])/maGf(christian.raw[,1])) > yma<-0.5*log2(maGf(christian.raw[,1])+maRf(christian.raw[,1])) > maPlot (christian.raw[,1], x=yma, y=yma, text.func = blanks.spots) > > I obtained this error : > Error in strsplit(x, as.character(split), as.logical(extended)) : > non-character argument in strsplit() > > Does anybody know how to handle this problem? > I would really like to use the function maPlot because I would like to keep > the 'highlighted spots' on the graph(nonrealizable (?) thing with the > function plot) > > > Best regards, > > > Francis > > _______________________________________________ > Bioconductor mailing list > Bioconductor@stat.math.ethz.ch > https://www.stat.math.ethz.ch/mailman/listinfo/bioconductor >
ADD COMMENT

Login before adding your answer.

Traffic: 676 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6