powered by
Plot point(s) at designated position.
rc.plot.point(Data, track.id, color.col=NULL, custom.track.height=NULL, ...)
a data.frame. See Details.
Details
a vector of integers, specifying the tracks for plotting point(s).
column id in Data specifying the colors.
Data
NULL or numeric, specifying customized track height.
further graphical parameters (from par).
par
Data is a data.frame with at least two columns named 'Chr', 'Pos', and 'Height', specifying the chrosomal positoin and the height within the track of the points. "Height" will be sacled to have a maximum of 1.
Height
rc.plot.histogram, rc.plot.track
rc.plot.histogram
rc.plot.track
# 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