geneInChromosome {rnaSeqMap}R Documentation

geneInChromosome

Description

Finds all the genes in the given chromosome regions

Usage

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

#  if (xmapConnected())  
#  {
#    geneInChromosome(1, 1, 80000, 1)
#  }

[Package rnaSeqMap version 2.48.0 Index]