gr.tile.map | R Documentation |
Given two tilings of the genome (e.g. at different resolution) query and subject outputs a length(query) list whose items are integer vectors of indices in subject overlapping that overlap that query (strand non-specific)
gr.tile.map(query, subject, verbose = FALSE)
query |
Query |
subject |
Subject |
verbose |
Increase the verbosity of the output (default = FALSE) |
list
of length = length(query)
, where each element i
is a vector of indicies in subject
that overlaps element i
of query
Assumes that input query and subject have no gaps (including at end) or overlaps, i.e. ignores end() coordinates and only uses "starts"
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.