powered by
Plot text labels at designated position.
rc.plot.text(Data, track.id, col='black', custom.track.height=NULL, ...)
a data.frame. See Details.
Details
a vector of integers, specifying the tracks for plotting text.
a vector of color for the text.
NULL or numeric, specifying customized track height.
further graphical parameters (from par), such as srt and family.
par
Data is a data.frame with at least three columns named 'Chr', 'Pos', and 'Label', specifying the chrosomal positoin and text labels.
Data
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