rle.query | R Documentation |
RleList
representing genomic dataQueries an RleList
representing genomic data
(i.e. a list whose names represent seqnames ie chromosomes, and lengths represent seqlengths)
via GRanges
object
rle.query(
subject.rle,
query.gr,
chunksize = 1e+09,
mc.cores = 1,
verbose = FALSE
)
subject.rle |
|
query.gr |
integer GRangeslist or GRanges |
chunksize |
integer Number of |
mc.cores |
Number of cores to apply when doing chunked operation (default = 1) |
verbose |
boolean Set the verbosity of the output (default = FALSE) |
Rle representing the (concatenated) vector of data (reversing order in case of negative strand input)
Throws warning if seqlengths(gr) do not correspond to the lengths of the RleList
components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.