Description Usage Arguments Details Value Author(s) See Also Examples
Methods to compute linear distances between pairs of interacting regions in a ContactMatrix object.
1 2 3 4 5 |
x |
A ContactMatrix object. |
type |
A character string specifying the type of distance to compute.
See |
pairdist,ContactMatrix-method
will return a matrix of integer (or, if type="intra"
, logical) values.
Each entry of this matrix specifies the distance between the interacting loci that are represented by the corresponding row and column.
If type="intra"
, each entry indicates whether the corresponding interaction is intra-chromosomal.
Running intrachr(x)
is equivalent to pairdist(x, type="intra")
for any ContactMatrix object x
.
See pairdist,InteractionSet-method
for more details on the type of distances that can be computed.
An integer or logical matrix of the same dimensions as x
, containing the specified distances.
Aaron Lun
ContactMatrix-class
,
pairdist,InteractionSet-method
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.