Description Usage Arguments Value Author(s) Examples
View source: R/plotSmoothScatter.R
Creates a smooth scatter plot
1 | plotSmoothScatter(object, variable, chrom, start, end, ylim, pdfname, ...)
|
object |
An instance of |
variable |
States which variable of the assayData should be plotted. |
chrom |
The chromosome you want to plot. |
start |
The physical start position. |
end |
The physical end position. |
ylim |
The limits for the y axis. |
pdfname |
The name of the pdf file. |
... |
Further arguments passed to smoothScatter function. |
A graph.
Andreas Mitterecker
1 2 | load(system.file("exampleData/slData.RData", package = "cn.farms"))
plotSmoothScatter(slData[, 1:3], chrom = "23")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.