Learn R Programming

rnaSeqMap (version 2.30.0)

spaceInChromosome: 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

Examples

Run this code
#  if (xmapConnected())  
#  {
#    spaceInChromosome(1, 1, 80000, 1)
#  }

Run the code above in your browser using DataLab