search for: cov_1k

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

2011 Nov 21
1
coverage plot
..._position","coverage") depth<-mean(data[,"coverage']) #depth now has the mean (overall)coverage #set the bin-size window<-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 r...