Learn R Programming

rnaSeqMap (version 2.30.0)

readsInRange: readsInRange

Description

Finds all the reads for a genomic range

Usage

readsInRange(chr, start, end, strand, ex)

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
ex
experiment

Value

Examples

Run this code
#  if (xmapConnected())  
 # {
#   tmp <- readsInRange( 1, 10000, 20000, 1,3)
#  }

Run the code above in your browser using DataLab