Last data update: 2014.03.03

R: spaceInChromosome
spaceInChromosomeR Documentation

spaceInChromosome

Description

Finds all the intergenic spaces in the given chromosome region

Usage

spaceInChromosome(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 intergenic spaces in a given regions, produced with stored procedure

Author(s)

Michal Okoniewski, Anna Lesniewska

Examples

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

Results