Description Usage Arguments Examples
Pick a genomic region from an InteractionSet object and convert it into a sparse triangular matrix.
1 | Iset_region_to_LFM(Iset, chr, from = NULL, to = NULL)
|
Iset |
An interactionSet object, with the bin size stored as metadata under the name 'binSize'. |
chr |
The chromosome name to be plotted with or without 'chr', depending on your interactionSet object. |
from |
Start of the region you want to select. If NULL, the start of the chromosome will be 'from'. |
to |
End of the region you want to select. If NULL, the end of the chromosome will be 'to'. |
1 | # matrix <- Iset_region_to_matrix(Iset, chr = 11, from = 30000000, to = 30100000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.