Skip to content

Commit

Permalink
doc: fix import diffHic library
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Oct 30, 2023
1 parent 12110de commit 3d7c07f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interoperability.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ From there, we can **filter** interactions to only retain those with significant
enrichment over background.

```{r}
library(diffHic)
# --- Filter to find aggregated interactions
enrichments <- enrichedPairs(iset)
filter <- filterPeaks(enrichments, min.enrich = log2(1.2), min.diag = 5)
Expand Down

0 comments on commit 3d7c07f

Please sign in to comment.