combine_exons_by_chrom: Combine exons within a chromosome
Description
Combine exons within a chromosome
Usage
combine_exons_by_chrom(chrom, start_stop_dat)
Arguments
start_stop_dat
the exon start and stop data, i.e. two columns of a dataframe or matrix. Start positons should be contained in column 1 and stop positions in column 2.
Value
a matrix with combined exons for a single chromosome