plotDensity.GenomeInformation | R Documentation |
Plots the density of SNPs for a given chromosome.
## S3 method for class 'GenomeInformation'
plotDensity(this, chromosome, ..., adjust=1/20, xlab=NULL, main=NULL, annotate=TRUE)
chromosome |
The chromsome to be displayed. |
... |
Additional arguments passed to |
adjust |
A bandwidth parameter for the density estimator. |
xlab |
The label on the x-axis. If |
main |
The title of the plot. If |
annotate |
If |
Returns (invisibly) the estimated density.
For more information see GenomeInformation
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.