combine_exons_by_chrom: Combine exons within a chromosome

Description Usage Arguments Value

View source: R/combine_exons.R

Description

Combine exons within a chromosome

Usage

1
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


SimRVSequences documentation built on July 1, 2020, 6:03 p.m.