# NOT RUN {
g1 <- makeGRanges(chr=c(1,4,"X"),pos=c(132432,434342,232222))
g2 <- makeGRanges(chr=c(22,21,21),start=c(1,1,1),end=c(1000,10000,100000),
row.names=c("1K","10K","100K"))
g1 ; g2
# }
Run the code above in your browser using DataLab