Description Usage Arguments Value Author(s) Examples
View source: R/plotChipLayout.R
Using the values obtained from a sentrix descriptor object generated by simpleXMLparse, a plot is generated showing samples and sections.
1 |
SD |
A sentrix descriptor object such as that generated by simpleXMLparse from an Illumina sdf file |
subsC |
The colour for the array substrate. Will be extracted from the sentrix descriptor object if null. |
sampC |
The colour for the samples. Will be extracted from the sentrix descriptor object if null. |
sectC |
The colour for the sections. Will be extracted from the sentrix descriptor object if null. |
desectC |
The colour with which to outline the decode sections |
markC |
The colour for plotting decoding and analytical markers |
main |
A title to give the figure (e.g. chip name) |
samplab |
labels for the samples. Will be extracted from the sentrix descriptor object if null. |
sectlab |
labels for the sections (if appropriate). Will be extracted from the sentrix descriptor object if null. |
returns a plot to the current device (recommend this is tall and thin)
Andy Lynch
1 2 | ## SD<-simpleXMLparse(mysdf)
## plotChipLayout(SD)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.