Learn R Programming

rnaSeqMap (version 2.30.0)

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

Examples

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

Run the code above in your browser using DataLab