geneInChromosome: geneInChromosome

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Finds all the genes in the given chromosome regions

Usage

1
geneInChromosome(chr, start, end, strand)

Arguments

chr

Chromosome

start

Start of the region on a chromosome

end

End of the region on a chromosome

strand

Genome strand: 1 or -1

Value

table of the genes in a given regions, produced with stored procedure

Author(s)

Michal Okoniewski, Anna Lesniewska

Examples

1
2
3
4
#  if (xmapConnected())  
#  {
#    geneInChromosome(1, 1, 80000, 1)
#  }

rnaSeqMap documentation built on Nov. 8, 2020, 5:50 p.m.