Description Usage Author(s) Examples
View source: R/RCircosPlotParameters.R
Print out onto screen all plot parameters used by current RCircos session. RCircos core components must be already initialized.
1 |
Henry Zhang
1 2 3 4 5 6 7 8 9 10 | ## Not run:
library(RCircos);
data(UCSC.HG19.Human.CytoBandIdeogram);
RCircos.Set.Core.Components(
cyto.info=UCSC.HG19.Human.CytoBandIdeogram,
chr.exclude=c("chrX", "chrY"),
tracks.inside=10, tracks.outside=0) RCircos.List.Plot.Parameters()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.