detectNodes | R Documentation |
Define the interaction node from input Pairs.
detectNodes(interaction, pval_cutoff = 0.05, ...)
interaction |
An object of Pairs to represent interactions. |
pval_cutoff |
Cutoff P value for interaction node by poisson distribution |
... |
Not used. |
A list of interaction nodes with elements: node_connection, Pairs object represent interactions interacted with nodes; nodes, GRanges object represent regions involved in nodes; node_regions, GRanges object represent regions interacted with nodes.
library(rtracklayer) p <- system.file("extdata", "WT.2.bedpe", package = "GenomicInteractionNodes") interactions <- import(con=p, format="bedpe") nodes <- detectNodes(interactions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.