Description Usage Arguments Details Author(s) See Also Examples
The intra range transformations are a set of generic functions
defined in the IRanges package.
Only 2 of them have methods for XVectorList objects:
narrow
and threebands
.
This man page describes those 2 methods only.
See ?`inter-range-methods`
for more information.
1 2 3 4 5 |
x |
An XVectorList object. |
start, end, width |
Vectors of integers, possibly with NAs. See the SEW (Start/End/Width)
interface in the IRanges package for the details
( |
use.names |
|
narrow
is equivalent to subset
on an XVectorList object.
threebands
extends the capability of narrow
by returning
the 3 XVectorList objects associated with the narrowing operation.
The returned value y
is a list of 3 XVectorList objects
named "left"
, "middle"
and "right"
.
The middle component is obtained by calling narrow
with the
same arguments (except that names are dropped). The left and right
components are also instances of the same class as x
and they
contain what has been removed on the left and right sides (respectively)
of the original ranges during the narrowing.
H. Pagès
intra-range-methods in the IRanges package for intra range transformations.
solveUserSEW
in the IRanges package
for the SEW (Start/End/Width) interface.
The XVectorList class.
1 2 3 4 5 6 7 8 9 10 11 | ## ---------------------------------------------------------------------
## narrow()
## ---------------------------------------------------------------------
#TODO: show examples
## ---------------------------------------------------------------------
## threebands()
## ---------------------------------------------------------------------
#TODO: show examples
|
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: 'BiocGenerics'
The following objects are masked from 'package:parallel':
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from 'package:stats':
IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':
Filter, Find, Map, Position, Reduce, anyDuplicated, append,
as.data.frame, cbind, colMeans, colSums, colnames, do.call,
duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
setdiff, sort, table, tapply, union, unique, unsplit, which,
which.max, which.min
Loading required package: S4Vectors
Loading required package: stats4
Attaching package: 'S4Vectors'
The following object is masked from 'package:base':
expand.grid
Loading required package: IRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.