data(stjd)
# just compute smoothed values:
smooth = compute.sliding(stjd, chromosome=3, sample=6, rbf,
kernelparams=list(gamma=1/10^13))
# compute and plot smoothed values:
plotSliding(stjd, chromosome=3, sample=6,rbf,
kernelparams=list(gamma=1/10^13),pch=20,
main="Chromosome 3")
Run the code above in your browser using DataLab