geneRangeToRegion: Gene Range to Region

Description Usage Arguments Value

Description

Break the genome into regions based on the presence of genes. The function relies on the output of geneRanges. It returnes mutualy exclusive regions of the genome and the genes which relate to each region.

Usage

1
geneRangeToRegion(ranges, chrom, chroms = unique(chrom))

Arguments

ranges

The genomic ranges for each gene

chrom

A list of chromosomes, sequence should be shared with ranges

chroms

a unique list of all chromomes in the crom list

Value

A list of conses. <chrom><start><end><gene 1>...<gene N>


alexjgriffith/CCCA documentation built on May 10, 2019, 8:52 a.m.