Description Usage Arguments Value Examples
Get the numbers of interaction types existing in a GenomicInteractions object.
1 2 | categoriseInteractions(GIObject, node.classes = NULL,
viewpoints = NULL)
|
GIObject |
A GenomicInteractions object. |
node.classes |
Character vector specifying the node classes to include in the plot. Defaults to all node classes. |
viewpoints |
Character vector of acceptable node classes,
where interactions are only considered if least one anchor is of an acceptable node class.
Defaults to all classes in |
A data.frame.
1 2 3 4 5 6 7 8 | library("GenomicRanges")
data(hic_example_data)
hic_example_data <- updateObject(hic_example_data)
data(mm9_refseq_promoters)
mm9_refseq_grl = split(mm9_refseq_promoters, mm9_refseq_promoters$id)
annotateInteractions(hic_example_data, list(promoter=mm9_refseq_grl))
categoriseInteractions(hic_example_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.