GenomeComb

Genomecomb moved to github on https://github.com/derijkp/genomecomb with documentation on https://derijkp.github.io/genomecomb. For up to date versions, go there. These pages only remain here for the data on the older scientific application (or if someone really needs a long obsolete version of the software)

Regselect

Format

cg regselect region_file1 region_file2 ?near?

Summary

select all regions or variants in region_file1 that overlap with regions in region_file2

Description

Regions files are tab separated files that contain regions using the columns chromosome, begin, end. Regions must be sorted. regselect selects all regions or variants in region_file1 that overlap with regions in region_file2. The resulting regions files is written to stdout.

Arguments

region_file1
regions file
region_file2
selection regions file
near
if present, must be a number. Selection regions will be extended (to both sides) with the given amount of bases.

Category

Regions