search for: cex1

Displaying 1 result from an estimated 1 matches for "cex1".

Did you mean: cex
2011 Nov 21
1
coverage plot
...dow<-1001 rangefrom<-0 rangeto<-length(data[,"sca_position"]) data.1kb<-runmean(data[,"coverage"],k=window) png(file="cov_1k.png",width=400,height=1000) plot(x=data[rangefrom:rangeto,"sca_position"],y=data.1kb[rangefrom:rangeto],pch=".",cex1,xlab="bp position",ylab="depth",type="p") dev.off() I got these error. Error: unexpected symbol in: "rangefrom<-0 rangeto<-length(data[,"sca_position" > data.1kb<-runmed(data[,"coverage"],k=window) Error in as.integer(k) : ca...