powered by
Retrieve x and y coordinates in a track.
rc.get.trackCoordinates(track.id, Start, End, Chr=NULL, degree=NULL, trackThickness=NULL) rc.get.coordinates(track.id, Pos, Chr=NULL, degree=NULL, innerSide=TRUE, bottomSide=TRUE)
number of track from outermost.
start/end position on a chromosome or since first chromosome. See Details.
Details
a vector of positions on a chromosome or since first chromosome. See Details.
a chromosome id. See Details.
the angle of the arc rotation, overwrites Start, End, Pos and Chr.
Start
End
Pos
Chr
thickness (height) of a track.
whether to compute coordinates on the inner side of a track. Outer side coordinates will be returned if FALSE. Used for circular layout.
circular
whether to compute coordinates on the bottom side of a track. Upper side coordinates will be returned if FALSE. Used for landscape layout.
landscape
A list of x and y coordinates.
If Chr is NULL, Start, End and Pos will be considered as cumulative positions since first chromosome.
NULL
rc.initialize, rc.reset.params
rc.initialize
rc.reset.params
# NOT RUN { #This is not to be run alone. Please see tutorial vignette("netweaver") for usage. # }
Run the code above in your browser using DataLab