Description Usage Arguments Value Author(s) Examples
Finds all the reads for a genomic range
1 | 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
1 2 3 4 | # if (xmapConnected())
# {
# tmp <- readsInRange( 1, 10000, 20000, 1,3)
# }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.