Description Usage Arguments Value Author(s) Examples
DNA shape features can be visualized as aggregated line plots (also known as metaprofiles, see Comoglio et al., 2015), heat maps (Yang et al., 2014) and genome browser tracks (Chiu et al., 2014).
1 2 3 4 |
shapeMatrix |
A matrix containing DNAshape prediction results |
background |
A matrix containing DNAshape prediction results for a set of background regions. Default to NULL, i.e. background not provided. |
colDots |
A character vector specifying the color of the points representing the column mean of shapeMatrix. Default to rgb( 0, 0, 1, 0.1). |
colDotsBg |
A character vector specifying the color of the points representing the column mean of background. Default to rgb( 0, 0, 0, 0.1). |
colLine |
A character string giving the color name of line representing the column mean of shapeMatrix. Default to 'steelblue'. |
colLineBg |
A character string giving the color name of line representing the column mean of background. Default to 'gray50'. |
cex |
A numerical value giving the amount by which plotting text and symbols should be magnified relative to the default. Default to 0.5. |
lwd |
A numerical value specifying the line width. Default to 2. |
ylim |
A numerical vector of size 2 specifying the y-axis plot range. |
... |
Additional parameters to be passed to the R plot function. |
Called for its effects
Federico Comoglio
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.