get.int: Returns all genes within a genomic interval

Description Usage Arguments Examples

Description

The function returns the gene IDs of all genes within a given genomic interval.

Usage

1
get.int(chr, start, end, mode = 'inclusive')

Arguments

chr

cromosome f.eks: ssa01

start

start of the genomic interval

end

end of the genomic interval

mode

inclusive/exclusive; inclusive is default. Exclusive will return only genes where both start and end fall into the defined interval.

Examples

1
get.int( chr = 'ssa01', start = 1, end = 170000 )

FabianGrammes/Ssa.RefSeq.db documentation built on May 6, 2019, 4:09 p.m.