BioCircosBackgroundTrack {BioCircos} | R Documentation |
Create a background track to be added to a BioCircos tracklist
Description
Simple background to display behind another track
Usage
BioCircosBackgroundTrack(trackname, fillColors = "#EEEEFF",
borderColors = "#000000", maxRadius = 0.9, minRadius = 0.5,
borderSize = 0.3, ...)
Arguments
trackname |
The name of the new track. |
fillColors |
The color of the background element, in hexadecimal RGB format. |
borderColors |
The color of the background borders, in hexadecimal RGB format. |
minRadius , maxRadius |
Where the track should begin and end, in proportion of the inner radius of the plot. |
borderSize |
The thickness of the background borders. |
... |
Ignored |
Examples
BioCircos(BioCircosBackgroundTrack('bgTrack', fillColors="#FFEEEE", borderSize = 1))
[Package BioCircos version 0.3.4 Index]