Learn R Programming

SimRVSequences (version 0.2.7)

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

chrom

the chromosome number

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