Displaying 1 result from an estimated 1 matches for "degloc".
Did you mean:
defloc
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 in advance
Tony
[[a...