readsInRange {rnaSeqMap} | R Documentation |
Finds all the reads for a genomic range
readsInRange(chr, start, end, strand, ex)
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 |
table of reads, as in the database
Michal Okoniewski, Anna Lesniewska
# if (xmapConnected()) # { # tmp <- readsInRange( 1, 10000, 20000, 1,3) # }