##' load toy examples
data("gen_ints")
##' combine i and j returns a Genome_intervals_stranded object
c( i, j )
##' combine a not-stranded and a stranded returns a not-stranded object
c( as(i, "Genome_intervals"), j )
Run the code above in your browser using DataLab