readsInRange: readsInRange

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Finds all the reads for a genomic range

Usage

1
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

table of reads, as in the database

Author(s)

Michal Okoniewski, Anna Lesniewska

Examples

1
2
3
4
#  if (xmapConnected())  
 # {
#   tmp <- readsInRange( 1, 10000, 20000, 1,3)
#  }

rnaSeqMap documentation built on Nov. 8, 2020, 5:50 p.m.