search for: affyrnadeg

Displaying 3 results from an estimated 3 matches for "affyrnadeg".

Did you mean: _affyrnadeg
2005 Nov 16
2
X11 error in png
Hi all, When I ran a script containing the following codes: png(paste(savepath,"a_rnaplot.png",sep = ""),width = fwidth, height = fheight,pointsize = fpointsize); data_deg <- AffyRNAdeg(data_cel) plotAffyRNAdeg(data_deg,col=cols,lty=1,lwd = "2") #a <- par("fin") legend("bottomright",sampleNames(data_cel),col=cols,lty=1) RNAdegSlope = cbind("Sample Names" = data_deg$sample.names, "RNA Deg Slope" = data_deg$slope)...
2007 Feb 26
1
PlotAffyRNAdeg on Estrogen Data
Hi everyone, I'm trying to generate an RNA degradation plot of the Estrogen example data plot, but seem to get an error. I've tried defining an ylim value, ylim=c(0,30) , but it doesn't seem to work either. My code is as follows: > RNAdeg<-AffyRNAdeg(Data) > png(DegLoc, width=720, height=720) > par(ann=FALSE) > par(mar=c(3,3,0.1,0.1)) > plotAffyRNAdeg(RNAdeg,col=cols, cex.axis=1.2) Error in plot.window(xlim, ylim, log, asp, ...) : need finite 'ylim' values > dev.off() null device 1 Thanks...
2015 Sep 26
6
Hidden files problem in R CMD check
Dear Dirk, Yes, I know, however forget for one moment R. If I use tar independent of R it still should not create these hidden files. BTW, do you know where these hidden files are stored on the Mac? Best regards, Christian On 09/26/15 23:01, Dirk Eddelbuettel wrote: > > On 26 September 2015 at 22:41, cstrato wrote: > | Dear Simon, > | > | Thank you very much for your help, it