data(myStudy) # load example study
# select some chromosome arms to highlight
myArms = c("8q","13q","20q","8p","18q")
myColors = c(rainbow(15)[1:3], rainbow(15)[10:11])
plotBar(myStudy, TRUE, myArms, myColors, ylim=c(-0.5,1))
Run the code above in your browser using DataLab