data(genoset,package="genoset")
genoPlot(genoPos(genoset.ds), genoset.ds[,1, "baf"])
genomeAxis( locs=rowRanges(genoset.ds) ) # Add chromosome names and boundaries to a plot assuming genome along x-axis
genomeAxis( locs=rowRanges(genoset.ds), do.other.side=FALSE ) # As above, but do not label y-axis with data values at tickmarks
genomeAxis() # Add nucleotide position in sensible units assuming genome along x-axis
Run the code above in your browser using DataLab